Files download
File Operation
entry-compiler-1.6.3.jar download
entry-compiler-1.6.3.pom download
entry-compiler-1.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.caldremch</groupId>
  <artifactId>entry-compiler</artifactId>
  <version>1.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.caldremch:entry-compiler:1.6.3'
Gradle Kotlin
implementation("io.github.caldremch:entry-compiler:1.6.3")
Scala SBT
libraryDependencies += "io.github.caldremch" % "entry-compiler" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.caldremch', module='entry-compiler', version='1.6.3')
)
Apache Ivy
<dependency org="io.github.caldremch" name="entry-compiler" rev="1.6.3" />
Leiningen
[io.github.caldremch/entry-compiler "1.6.3"]
Apache Buildr
'io.github.caldremch:entry-compiler:jar:1.6.3'