| GroupId | GroupIdorg.hammerlab |
|---|---|
| ArtifactId | ArtifactIdio_2.12 |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| io_2.12-4.0.0.pom | |
| io_2.12-4.0.0.jar | 120 KB |
| io_2.12-4.0.0-sources.jar | 12 KB |
| io_2.12-4.0.0-javadoc.jar | 860 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hammerlab/io_2.12/ -->
<dependency>
<groupId>org.hammerlab</groupId>
<artifactId>io_2.12</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hammerlab/io_2.12/
implementation 'org.hammerlab:io_2.12:4.0.0'
// https://jarcasting.com/artifacts/org.hammerlab/io_2.12/
implementation ("org.hammerlab:io_2.12:4.0.0")
'org.hammerlab:io_2.12:jar:4.0.0'
<dependency org="org.hammerlab" name="io_2.12" rev="4.0.0">
<artifact name="io_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hammerlab', module='io_2.12', version='4.0.0')
)
libraryDependencies += "org.hammerlab" % "io_2.12" % "4.0.0"
[org.hammerlab/io_2.12 "4.0.0"]