Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdru.fatrat.jsonmarshal |
ArtifactId | ArtifactIdjson-marshal-lite |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-marshal-lite-1.0.pom | |
json-marshal-lite-1.0.jar | 65 KB |
json-marshal-lite-1.0-sources.jar | 34 KB |
json-marshal-lite-1.0-javadoc.jar | 648 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.fatrat.jsonmarshal/json-marshal-lite/
implementation 'ru.fatrat.jsonmarshal:json-marshal-lite:1.0'
// https://jarcasting.com/artifacts/ru.fatrat.jsonmarshal/json-marshal-lite/
implementation ("ru.fatrat.jsonmarshal:json-marshal-lite:1.0")
'ru.fatrat.jsonmarshal:json-marshal-lite:jar:1.0'
<dependency org="ru.fatrat.jsonmarshal" name="json-marshal-lite" rev="1.0">
<artifact name="json-marshal-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.fatrat.jsonmarshal', module='json-marshal-lite', version='1.0')
)
libraryDependencies += "ru.fatrat.jsonmarshal" % "json-marshal-lite" % "1.0"
[ru.fatrat.jsonmarshal/json-marshal-lite "1.0"]