GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdtestable-pojo-plugin |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.objectos/testable-pojo-plugin/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>testable-pojo-plugin</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/testable-pojo-plugin/
implementation 'br.com.objectos:testable-pojo-plugin:0.4.3'
// https://jarcasting.com/artifacts/br.com.objectos/testable-pojo-plugin/
implementation ("br.com.objectos:testable-pojo-plugin:0.4.3")
'br.com.objectos:testable-pojo-plugin:jar:0.4.3'
<dependency org="br.com.objectos" name="testable-pojo-plugin" rev="0.4.3">
<artifact name="testable-pojo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='testable-pojo-plugin', version='0.4.3')
)
libraryDependencies += "br.com.objectos" % "testable-pojo-plugin" % "0.4.3"
[br.com.objectos/testable-pojo-plugin "0.4.3"]