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