| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcloud.orbit |
| ArtifactId | ArtifactIdorbit-json |
| Last Version | Last Version1.14.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOrbit JSON Utilities
The Orbit project is a collection of JVM libraries that makes it easier to build distributed and scalable online services.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| orbit-json-1.14.0.pom | |
| orbit-json-1.14.0.jar | 25 KB |
| orbit-json-1.14.0-sources.jar | 12 KB |
| orbit-json-1.14.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.orbit/orbit-json/ -->
<dependency>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-json</artifactId>
<version>1.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.orbit/orbit-json/
implementation 'cloud.orbit:orbit-json:1.14.0'
// https://jarcasting.com/artifacts/cloud.orbit/orbit-json/
implementation ("cloud.orbit:orbit-json:1.14.0")
'cloud.orbit:orbit-json:jar:1.14.0'
<dependency org="cloud.orbit" name="orbit-json" rev="1.14.0">
<artifact name="orbit-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.orbit', module='orbit-json', version='1.14.0')
)
libraryDependencies += "cloud.orbit" % "orbit-json" % "1.14.0"
[cloud.orbit/orbit-json "1.14.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| cloud.orbit : orbit-commons | jar | 1.14.0 |
| com.ea.async : ea-async Optional | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| cloud.orbit : orbit-core | jar | 1.14.0 |
| com.intellij : annotations | jar | 12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |