is not current version
Last Version 2.0.10

pl.wrzasq.commons:commons-json 1.2.3

Base JSON (Jackson) resources.

Categories

Categories

JSON Data
GroupId

GroupId

pl.wrzasq.commons
ArtifactId

ArtifactId

commons-json
Version

Version

1.2.3
Type

Type

jar

Download commons-json 1.2.3


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