License |
License |
---|---|
Categories |
CategoriesScala Languages Net JSON Data |
GroupId | GroupIdnet.uniscala |
ArtifactId | ArtifactIduniscala-json_2.9.2 |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionUniscala JSON
A compact JSON library written in Scala.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uniscala-json_2.9.2-0.3.pom | |
uniscala-json_2.9.2-0.3.jar | 118 KB |
uniscala-json_2.9.2-0.3-sources.jar | 11 KB |
uniscala-json_2.9.2-0.3-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.uniscala/uniscala-json_2.9.2/ -->
<dependency>
<groupId>net.uniscala</groupId>
<artifactId>uniscala-json_2.9.2</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.uniscala/uniscala-json_2.9.2/
implementation 'net.uniscala:uniscala-json_2.9.2:0.3'
// https://jarcasting.com/artifacts/net.uniscala/uniscala-json_2.9.2/
implementation ("net.uniscala:uniscala-json_2.9.2:0.3")
'net.uniscala:uniscala-json_2.9.2:jar:0.3'
<dependency org="net.uniscala" name="uniscala-json_2.9.2" rev="0.3">
<artifact name="uniscala-json_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.uniscala', module='uniscala-json_2.9.2', version='0.3')
)
libraryDependencies += "net.uniscala" % "uniscala-json_2.9.2" % "0.3"
[net.uniscala/uniscala-json_2.9.2 "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2_2.9.2 | jar | 1.12.3 |