| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.bitbucket.swattu |
| ArtifactId | ArtifactIdjson-utils |
| Last Version | Last Version4.2.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVarious utilities to make developer's life easier
|
| Filename | Size |
|---|---|
| json-utils-4.2.5.pom | |
| json-utils-4.2.5.jar | 8 KB |
| json-utils-4.2.5-tests.jar | 4 KB |
| json-utils-4.2.5-sources.jar | 5 KB |
| json-utils-4.2.5-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/json-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>json-utils</artifactId>
<version>4.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/json-utils/
implementation 'org.bitbucket.swattu:json-utils:4.2.5'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/json-utils/
implementation ("org.bitbucket.swattu:json-utils:4.2.5")
'org.bitbucket.swattu:json-utils:jar:4.2.5'
<dependency org="org.bitbucket.swattu" name="json-utils" rev="4.2.5">
<artifact name="json-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='json-utils', version='4.2.5')
)
libraryDependencies += "org.bitbucket.swattu" % "json-utils" % "4.2.5"
[org.bitbucket.swattu/json-utils "4.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bitbucket.swattu : core-utils | jar | 4.2.5 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.10.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.3 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| commons-io : commons-io | jar | 2.6 |
| javax.annotation : jsr250-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.13 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |
| org.springframework : spring-test | jar | 5.3.16 |
| junit : junit | jar | 4.13 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 |