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

ediste.salta.salta-core.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Core of the Salta Framework. Provides most of the infrastructure, but no API

There is a newer version: 1.1
Show newest version
module com.github.ruediste.salta.core {
	requires org.objectweb.asm;
	requires org.objectweb.asm.commons;
	requires org.objectweb.asm.util;
	requires transitive guava;
	requires net.bytebuddy;
	requires net.bytebuddy.agent;
	requires transitive jdk.attach;

	exports com.github.ruediste.salta.core;
	exports com.github.ruediste.salta.core.compile;
	exports com.github.ruediste.salta.standard;
	exports com.github.ruediste.salta.matchers;
	exports com.github.ruediste.salta.standard.util;
	exports com.github.ruediste.salta.standard.binder;
	exports com.github.ruediste.salta.standard.recipe;
	exports com.github.ruediste.salta.standard.config;
	exports com.github.ruediste.salta.core.attachedProperties;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy