GroupId | GroupIdorg.hammerlab |
---|---|
ArtifactId | ArtifactIdtypes_2.11 |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
types_2.11-1.0.1.pom | |
types_2.11-1.0.1.jar | 30 KB |
types_2.11-1.0.1-sources.jar | 2 KB |
types_2.11-1.0.1-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hammerlab/types_2.11/ -->
<dependency>
<groupId>org.hammerlab</groupId>
<artifactId>types_2.11</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hammerlab/types_2.11/
implementation 'org.hammerlab:types_2.11:1.0.1'
// https://jarcasting.com/artifacts/org.hammerlab/types_2.11/
implementation ("org.hammerlab:types_2.11:1.0.1")
'org.hammerlab:types_2.11:jar:1.0.1'
<dependency org="org.hammerlab" name="types_2.11" rev="1.0.1">
<artifact name="types_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hammerlab', module='types_2.11', version='1.0.1')
)
libraryDependencies += "org.hammerlab" % "types_2.11" % "1.0.1"
[org.hammerlab/types_2.11 "1.0.1"]