License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jasonjson |
ArtifactId | ArtifactIdjason |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionjason
Jason - elastic JSON serializer based on GSON.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jason-0.1.1.pom | |
jason-0.1.1.jar | 227 KB |
jason-0.1.1-tests.jar | 450 KB |
jason-0.1.1-sources.jar | 154 KB |
jason-0.1.1-javadoc.jar | 495 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasonjson/jason/ -->
<dependency>
<groupId>org.jasonjson</groupId>
<artifactId>jason</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasonjson/jason/
implementation 'org.jasonjson:jason:0.1.1'
// https://jarcasting.com/artifacts/org.jasonjson/jason/
implementation ("org.jasonjson:jason:0.1.1")
'org.jasonjson:jason:jar:0.1.1'
<dependency org="org.jasonjson" name="jason" rev="0.1.1">
<artifact name="jason" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasonjson', module='jason', version='0.1.1')
)
libraryDependencies += "org.jasonjson" % "jason" % "0.1.1"
[org.jasonjson/jason "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
com.googlecode.catch-exception : catch-exception | jar | 1.0.4 |
org.easytesting : fest-assert-core | jar | 2.0M10 |
com.jayway.jsonpath : json-path | jar | 0.8.1 |
com.jayway.jsonpath : json-path-assert | jar | 0.8.1 |