Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.scala-hamsters |
ArtifactId | ArtifactIdhamsters_2.11 |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
hamsters_2.11-2.1.2.pom | |
hamsters_2.11-2.1.2.jar | 152 KB |
hamsters_2.11-2.1.2-sources.jar | 8 KB |
hamsters_2.11-2.1.2-javadoc.jar | 530 KB |
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>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scala-hamsters/hamsters_2.11/
implementation 'io.github.scala-hamsters:hamsters_2.11:2.1.2'
// https://jarcasting.com/artifacts/io.github.scala-hamsters/hamsters_2.11/
implementation ("io.github.scala-hamsters:hamsters_2.11:2.1.2")
'io.github.scala-hamsters:hamsters_2.11:jar:2.1.2'
<dependency org="io.github.scala-hamsters" name="hamsters_2.11" rev="2.1.2">
<artifact name="hamsters_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scala-hamsters', module='hamsters_2.11', version='2.1.2')
)
libraryDependencies += "io.github.scala-hamsters" % "hamsters_2.11" % "2.1.2"
[io.github.scala-hamsters/hamsters_2.11 "2.1.2"]