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