
awn.jawn-core.2.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jawn-core Show documentation
Show all versions of jawn-core Show documentation
java-web-planet / jawn - A simple web framework in Java
The newest version!
module net.javapla.jawn.core {
exports net.javapla.jawn.core;
exports net.javapla.jawn.core.annotation;
exports net.javapla.jawn.core.util;
/*
* Core dependencies
*/
requires transitive org.slf4j;
requires transitive typesafe.config;
requires org.objectweb.asm;
requires org.objectweb.asm.util;
requires org.objectweb.asm.tree;
requires java.compiler;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy