GroupId | GroupIdbr.com.ppm |
---|---|
ArtifactId | ArtifactIdtest-helper |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
test-helper-0.1.3.pom | |
test-helper-0.1.3.jar | 33 KB |
test-helper-0.1.3-sources.jar | 28 KB |
test-helper-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation 'br.com.ppm:test-helper:0.1.3'
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation ("br.com.ppm:test-helper:0.1.3")
'br.com.ppm:test-helper:jar:0.1.3'
<dependency org="br.com.ppm" name="test-helper" rev="0.1.3">
<artifact name="test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ppm', module='test-helper', version='0.1.3')
)
libraryDependencies += "br.com.ppm" % "test-helper" % "0.1.3"
[br.com.ppm/test-helper "0.1.3"]