| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdru.fatrat.jsonmarshal |
| ArtifactId | ArtifactIdjson-marshal-lite |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-marshal-lite
Liteweight JSON marshalling library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-marshal-lite-1.2.pom | |
| json-marshal-lite-1.2.jar | 85 KB |
| json-marshal-lite-1.2-sources.jar | 42 KB |
| json-marshal-lite-1.2-javadoc.jar | 692 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.fatrat.jsonmarshal/json-marshal-lite/ -->
<dependency>
<groupId>ru.fatrat.jsonmarshal</groupId>
<artifactId>json-marshal-lite</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.fatrat.jsonmarshal/json-marshal-lite/
implementation 'ru.fatrat.jsonmarshal:json-marshal-lite:1.2'
// https://jarcasting.com/artifacts/ru.fatrat.jsonmarshal/json-marshal-lite/
implementation ("ru.fatrat.jsonmarshal:json-marshal-lite:1.2")
'ru.fatrat.jsonmarshal:json-marshal-lite:jar:1.2'
<dependency org="ru.fatrat.jsonmarshal" name="json-marshal-lite" rev="1.2">
<artifact name="json-marshal-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.fatrat.jsonmarshal', module='json-marshal-lite', version='1.2')
)
libraryDependencies += "ru.fatrat.jsonmarshal" % "json-marshal-lite" % "1.2"
[ru.fatrat.jsonmarshal/json-marshal-lite "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish : javax.json | jar | 1.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.0 |
| org.mockito : mockito-core | jar | 3.7.7 |
| org.mockito : mockito-junit-jupiter | jar | 3.7.7 |