| License |
License |
|---|---|
| Categories |
CategoriesJSON Data DSL-JSON ORM |
| GroupId | GroupIdcom.dslplatform |
| ArtifactId | ArtifactIddsl-json-threetenbp |
| Last Version | Last Version1.9.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDSL Platform JSON (ThreeTen backport API)
DSL Platform compatible Java JSON library (https://dsl-platform.com)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dsl-json-threetenbp-1.9.9.pom | |
| dsl-json-threetenbp-1.9.9.jar | 22 KB |
| dsl-json-threetenbp-1.9.9-sources.jar | 6 KB |
| dsl-json-threetenbp-1.9.9-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dslplatform/dsl-json-threetenbp/ -->
<dependency>
<groupId>com.dslplatform</groupId>
<artifactId>dsl-json-threetenbp</artifactId>
<version>1.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.dslplatform/dsl-json-threetenbp/
implementation 'com.dslplatform:dsl-json-threetenbp:1.9.9'
// https://jarcasting.com/artifacts/com.dslplatform/dsl-json-threetenbp/
implementation ("com.dslplatform:dsl-json-threetenbp:1.9.9")
'com.dslplatform:dsl-json-threetenbp:jar:1.9.9'
<dependency org="com.dslplatform" name="dsl-json-threetenbp" rev="1.9.9">
<artifact name="dsl-json-threetenbp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dslplatform', module='dsl-json-threetenbp', version='1.9.9')
)
libraryDependencies += "com.dslplatform" % "dsl-json-threetenbp" % "1.9.9"
[com.dslplatform/dsl-json-threetenbp "1.9.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.dslplatform : dsl-json | jar | 1.9.9 |
| org.threeten : threetenbp | jar | 1.3.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |