<dependency> <groupId>br.com.objectos</groupId> <artifactId>pojo-plugin</artifactId> <version>0.4.0</version> </dependency>
implementation 'br.com.objectos:pojo-plugin:0.4.0'
implementation("br.com.objectos:pojo-plugin:0.4.0")
libraryDependencies += "br.com.objectos" % "pojo-plugin" % "0.4.0"
@Grapes( @Grab(group='br.com.objectos', module='pojo-plugin', version='0.4.0') )
<dependency org="br.com.objectos" name="pojo-plugin" rev="0.4.0" />
[br.com.objectos/pojo-plugin "0.4.0"]
'br.com.objectos:pojo-plugin:jar:0.4.0'
<parent> <groupId>br.com.objectos</groupId> <artifactId>pojo-parent</artifactId> <version>0.4.0</version> </parent>
compile
|-- br.com.objectos:pojo
|-- br.com.objectos:assertion
|-- br.com.objectos:code-apt
|-- br.com.objectos:code-testing
|-- br.com.objectos:testable
|-- com.squareup:javapoet
test
|-- br.com.objectos:lazy
|-- com.google.guava:guava