Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdpl.wrzasq.commons |
ArtifactId | ArtifactIdcommons-json |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
commons-json-1.2.5.pom | |
commons-json-1.2.5.jar | 4 KB |
commons-json-1.2.5-sources.jar | 2 KB |
commons-json-1.2.5-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/ -->
<dependency>
<groupId>pl.wrzasq.commons</groupId>
<artifactId>commons-json</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/
implementation 'pl.wrzasq.commons:commons-json:1.2.5'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-json/
implementation ("pl.wrzasq.commons:commons-json:1.2.5")
'pl.wrzasq.commons:commons-json:jar:1.2.5'
<dependency org="pl.wrzasq.commons" name="commons-json" rev="1.2.5">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons-json', version='1.2.5')
)
libraryDependencies += "pl.wrzasq.commons" % "commons-json" % "1.2.5"
[pl.wrzasq.commons/commons-json "1.2.5"]