| License |
License |
|---|---|
| Categories |
CategoriesScala Languages Net JSON Data |
| GroupId | GroupIdnet.uniscala |
| ArtifactId | ArtifactIduniscala-json |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUniscala JSON
A compact JSON library written in Scala.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| uniscala-json-0.2.pom | |
| uniscala-json-0.2.jar | 79 KB |
| uniscala-json-0.2-sources.jar | 7 KB |
| uniscala-json-0.2-javadoc.jar | 310 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.uniscala/uniscala-json/ -->
<dependency>
<groupId>net.uniscala</groupId>
<artifactId>uniscala-json</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.uniscala/uniscala-json/
implementation 'net.uniscala:uniscala-json:0.2'
// https://jarcasting.com/artifacts/net.uniscala/uniscala-json/
implementation ("net.uniscala:uniscala-json:0.2")
'net.uniscala:uniscala-json:jar:0.2'
<dependency org="net.uniscala" name="uniscala-json" rev="0.2">
<artifact name="uniscala-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.uniscala', module='uniscala-json', version='0.2')
)
libraryDependencies += "net.uniscala" % "uniscala-json" % "0.2"
[net.uniscala/uniscala-json "0.2"]
| 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 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |