p

pojo-plugin

文件下载
文件名 操作
pojo-plugin-0.5.3.jar 下载
pojo-plugin-0.5.3.pom 下载
pojo-plugin-0.5.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>br.com.objectos</groupId>
  <artifactId>pojo-plugin</artifactId>
  <version>0.5.3</version>
</dependency>
Gradle Groovy
implementation 'br.com.objectos:pojo-plugin:0.5.3'
Gradle Kotlin
implementation("br.com.objectos:pojo-plugin:0.5.3")
Scala SBT
libraryDependencies += "br.com.objectos" % "pojo-plugin" % "0.5.3"
Groovy Grape
@Grapes(
  @Grab(group='br.com.objectos', module='pojo-plugin', version='0.5.3')
)
Apache Ivy
<dependency org="br.com.objectos" name="pojo-plugin" rev="0.5.3" />
Leiningen
[br.com.objectos/pojo-plugin "0.5.3"]
Apache Buildr
'br.com.objectos:pojo-plugin:jar:0.5.3'