License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.scoperetail.commons |
ArtifactId | ArtifactIdcommons-json |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-json
Utility library for JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-json-1.0.pom | |
commons-json-1.0.jar | 3 KB |
commons-json-1.0-sources.jar | 3 KB |
commons-json-1.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scoperetail.commons/commons-json/ -->
<dependency>
<groupId>com.scoperetail.commons</groupId>
<artifactId>commons-json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-json/
implementation 'com.scoperetail.commons:commons-json:1.0'
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-json/
implementation ("com.scoperetail.commons:commons-json:1.0")
'com.scoperetail.commons:commons-json:jar:1.0'
<dependency org="com.scoperetail.commons" name="commons-json" rev="1.0">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail.commons', module='commons-json', version='1.0')
)
libraryDependencies += "com.scoperetail.commons" % "commons-json" % "1.0"
[com.scoperetail.commons/commons-json "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-json | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |