Categories |
CategoriesScala Languages Net JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.rest |
ArtifactId | ArtifactIdscala-json-collection_2.10 |
Version | Version2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.rest/scala-json-collection_2.10/ -->
<dependency>
<groupId>net.hamnaberg.rest</groupId>
<artifactId>scala-json-collection_2.10</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.rest/scala-json-collection_2.10/
implementation 'net.hamnaberg.rest:scala-json-collection_2.10:2.0'
// https://jarcasting.com/artifacts/net.hamnaberg.rest/scala-json-collection_2.10/
implementation ("net.hamnaberg.rest:scala-json-collection_2.10:2.0")
'net.hamnaberg.rest:scala-json-collection_2.10:jar:2.0'
<dependency org="net.hamnaberg.rest" name="scala-json-collection_2.10" rev="2.0">
<artifact name="scala-json-collection_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.rest', module='scala-json-collection_2.10', version='2.0')
)
libraryDependencies += "net.hamnaberg.rest" % "scala-json-collection_2.10" % "2.0"
[net.hamnaberg.rest/scala-json-collection_2.10 "2.0"]