t

testable-pojo-plugin

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