MVN

com.tomtom.speedtools : json

Maven & Gradle

Apr 12, 2023
8 stars

SpeedTools JSON Utilities · JSON reading/writing support, as well as a standard implementation for `toString()` which produces parseable log output.

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>json</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tomtom.speedtools : json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of com.tomtom.speedtools : json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
json-3.4.4
json-3.4.3
json-3.4.2
3.3.x
json-3.3.0
3.2.x
json-3.2.23
json-3.2.22
json-3.2.21
json-3.2.20
json-3.2.19
json-3.2.18
json-3.2.17
json-3.2.16
json-3.2.14
json-3.2.13
json-3.2.12
json-3.2.11
json-3.2.10
json-3.2.9
json-3.2.8
json-3.2.7
json-3.2.6
json-3.2.5
json-3.2.4
json-3.2.3
json-3.2.2
json-3.2.1
json-3.2.0
3.1.x
json-3.1.1
json-3.1.0
3.0.x
json-3.0.26
json-3.0.25
json-3.0.24
json-3.0.23
json-3.0.21
json-3.0.20
json-3.0.19
json-3.0.18
json-3.0.17
json-3.0.16
json-3.0.15
json-3.0.14
json-3.0.13
json-3.0.12
json-3.0.11
json-3.0.10
json-3.0.9
json-3.0.8
json-3.0.7
json-3.0.6
json-3.0.5
json-3.0.4
json-3.0.3
json-3.0.2
json-3.0.1
json-3.0.0

How to add a dependency to Maven

Add the following com.tomtom.speedtools : json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>json</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tomtom.speedtools : json gradle dependency to your build.gradle file:

implementation 'com.tomtom.speedtools:json:3.4.4'

Gradle Kotlin DSL: Add the following com.tomtom.speedtools : json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tomtom.speedtools:json:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tomtom.speedtools : json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tomtom.speedtools" % "json" % "3.4.4"

Advertisement