ck-java.simple-component.1.021.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 simple-component Show documentation
Show all versions of simple-component Show documentation
annotations for simple-component
module io.jbock.simple {
requires transitive java.compiler;
exports io.jbock.simple;
}