| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.tomtom.speedtools |
| ArtifactId | ArtifactIdjson |
| Last Version | Last Version3.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpeedTools JSON Utilities
JSON reading/writing support, as well as a standard implementation for
`toString()` which produces parseable log output.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| json-3.4.3.pom | |
| json-3.4.3.jar | 63 KB |
| json-3.4.3-sources.jar | 22 KB |
| json-3.4.3-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/json/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>json</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/json/
implementation 'com.tomtom.speedtools:json:3.4.3'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/json/
implementation ("com.tomtom.speedtools:json:3.4.3")
'com.tomtom.speedtools:json:jar:3.4.3'
<dependency org="com.tomtom.speedtools" name="json" rev="3.4.3">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='json', version='3.4.3')
)
libraryDependencies += "com.tomtom.speedtools" % "json" % "3.4.3"
[com.tomtom.speedtools/json "3.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.tomtom.speedtools : core | jar | 3.4.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.13.1 |
| com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.13.1 |
| com.google.guava : guava | jar | 31.0.1-jre |
| com.thoughtworks.paranamer : paranamer | jar | 2.8 |
| joda-time : joda-time | jar | 2.10.13 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.tomtom.speedtools : testutils | jar | 3.4.3 |
| junit : junit | jar | 4.13.2 |