Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.scala-hamsters |
ArtifactId | ArtifactIdhamsters_2.11 |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
hamsters_2.11-1.3.1.pom | |
hamsters_2.11-1.3.1.jar | 106 KB |
hamsters_2.11-1.3.1-sources.jar | 4 KB |
hamsters_2.11-1.3.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.scala-hamsters/hamsters_2.11/ -->
<dependency>
<groupId>io.github.scala-hamsters</groupId>
<artifactId>hamsters_2.11</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scala-hamsters/hamsters_2.11/
implementation 'io.github.scala-hamsters:hamsters_2.11:1.3.1'
// https://jarcasting.com/artifacts/io.github.scala-hamsters/hamsters_2.11/
implementation ("io.github.scala-hamsters:hamsters_2.11:1.3.1")
'io.github.scala-hamsters:hamsters_2.11:jar:1.3.1'
<dependency org="io.github.scala-hamsters" name="hamsters_2.11" rev="1.3.1">
<artifact name="hamsters_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scala-hamsters', module='hamsters_2.11', version='1.3.1')
)
libraryDependencies += "io.github.scala-hamsters" % "hamsters_2.11" % "1.3.1"
[io.github.scala-hamsters/hamsters_2.11 "1.3.1"]