is not current version
Last Version 2.0.10

pl.wrzasq.commons:commons-json 2.0.5

Base JSON (Jackson) resources.

Categories

Categories

JSON Data
GroupId

GroupId

pl.wrzasq.commons
ArtifactId

ArtifactId

commons-json
Version

Version

2.0.5
Type

Type

jar

Download commons-json 2.0.5


<!-- https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/ -->
<dependency>
    <groupId>pl.wrzasq.commons</groupId>
    <artifactId>commons-json</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/
implementation 'pl.wrzasq.commons:commons-json:2.0.5'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/
implementation ("pl.wrzasq.commons:commons-json:2.0.5")
'pl.wrzasq.commons:commons-json:jar:2.0.5'
<dependency org="pl.wrzasq.commons" name="commons-json" rev="2.0.5">
  <artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons-json', version='2.0.5')
)
libraryDependencies += "pl.wrzasq.commons" % "commons-json" % "2.0.5"
[pl.wrzasq.commons/commons-json "2.0.5"]