GroupId | GroupIdorg.hammerlab.math |
---|---|
ArtifactId | ArtifactIdutils_2.11 |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
utils_2.11-2.2.0.pom | |
utils_2.11-2.2.0.jar | 40 KB |
utils_2.11-2.2.0-sources.jar | 7 KB |
utils_2.11-2.2.0-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hammerlab.math/utils_2.11/ -->
<dependency>
<groupId>org.hammerlab.math</groupId>
<artifactId>utils_2.11</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hammerlab.math/utils_2.11/
implementation 'org.hammerlab.math:utils_2.11:2.2.0'
// https://jarcasting.com/artifacts/org.hammerlab.math/utils_2.11/
implementation ("org.hammerlab.math:utils_2.11:2.2.0")
'org.hammerlab.math:utils_2.11:jar:2.2.0'
<dependency org="org.hammerlab.math" name="utils_2.11" rev="2.2.0">
<artifact name="utils_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hammerlab.math', module='utils_2.11', version='2.2.0')
)
libraryDependencies += "org.hammerlab.math" % "utils_2.11" % "2.2.0"
[org.hammerlab.math/utils_2.11 "2.2.0"]