c

compiler

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