GroupId | GroupIdbr.com.ppm |
---|---|
ArtifactId | ArtifactIdtest-helper |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
test-helper-0.1.2.pom | |
test-helper-0.1.2.jar | 33 KB |
test-helper-0.1.2-sources.jar | 28 KB |
test-helper-0.1.2-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.ppm/test-helper/ -->
<dependency>
<groupId>br.com.ppm</groupId>
<artifactId>test-helper</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation 'br.com.ppm:test-helper:0.1.2'
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation ("br.com.ppm:test-helper:0.1.2")
'br.com.ppm:test-helper:jar:0.1.2'
<dependency org="br.com.ppm" name="test-helper" rev="0.1.2">
<artifact name="test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ppm', module='test-helper', version='0.1.2')
)
libraryDependencies += "br.com.ppm" % "test-helper" % "0.1.2"
[br.com.ppm/test-helper "0.1.2"]