All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.commons-types.1.1.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
module se.l4.commons.types {
	requires com.github.spotbugs.annotations;

	requires io.github.classgraph;

	requires transitive com.fasterxml.classmate;

	requires net.bytebuddy;
	requires com.google.common;

	exports se.l4.commons.types;
	exports se.l4.commons.types.proxies;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy