GroupId | GroupIdbr.com.objectos.pojo |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
testing-0.8.0.pom | |
testing-0.8.0.jar | 5 KB |
testing-0.8.0-sources.jar | 4 KB |
testing-0.8.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.pojo/testing/ -->
<dependency>
<groupId>br.com.objectos.pojo</groupId>
<artifactId>testing</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.pojo/testing/
implementation 'br.com.objectos.pojo:testing:0.8.0'
// https://jarcasting.com/artifacts/br.com.objectos.pojo/testing/
implementation ("br.com.objectos.pojo:testing:0.8.0")
'br.com.objectos.pojo:testing:jar:0.8.0'
<dependency org="br.com.objectos.pojo" name="testing" rev="0.8.0">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.pojo', module='testing', version='0.8.0')
)
libraryDependencies += "br.com.objectos.pojo" % "testing" % "0.8.0"
[br.com.objectos.pojo/testing "0.8.0"]