ediste.salta.salta-core.1.0.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 salta-core Show documentation
Show all versions of salta-core Show documentation
Core of the Salta Framework. Provides most of the infrastructure, but no API
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