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