GroupId | GroupIdorg.hammerlab |
---|---|
ArtifactId | ArtifactIdtest-utils_2.12 |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
test-utils_2.12-1.2.3.pom | |
test-utils_2.12-1.2.3.jar | 103 KB |
test-utils_2.12-1.2.3-sources.jar | 11 KB |
test-utils_2.12-1.2.3-javadoc.jar | 790 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hammerlab/test-utils_2.12/ -->
<dependency>
<groupId>org.hammerlab</groupId>
<artifactId>test-utils_2.12</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hammerlab/test-utils_2.12/
implementation 'org.hammerlab:test-utils_2.12:1.2.3'
// https://jarcasting.com/artifacts/org.hammerlab/test-utils_2.12/
implementation ("org.hammerlab:test-utils_2.12:1.2.3")
'org.hammerlab:test-utils_2.12:jar:1.2.3'
<dependency org="org.hammerlab" name="test-utils_2.12" rev="1.2.3">
<artifact name="test-utils_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hammerlab', module='test-utils_2.12', version='1.2.3')
)
libraryDependencies += "org.hammerlab" % "test-utils_2.12" % "1.2.3"
[org.hammerlab/test-utils_2.12 "1.2.3"]