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