License |
License |
---|---|
GroupId | GroupIdcom.tomtom.speedtools |
ArtifactId | ArtifactIdcore |
Last Version | Last Version3.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpeedTools Core Utilities
Consists of a lot of handy classes and utilities for your main Java application, like
buffers, checksum calculations, locale handling, time conversion and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-3.4.3.pom | |
core-3.4.3.jar | 76 KB |
core-3.4.3-sources.jar | 59 KB |
core-3.4.3-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/core/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>core</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/core/
implementation 'com.tomtom.speedtools:core:3.4.3'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/core/
implementation ("com.tomtom.speedtools:core:3.4.3")
'com.tomtom.speedtools:core:jar:3.4.3'
<dependency org="com.tomtom.speedtools" name="core" rev="3.4.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='core', version='3.4.3')
)
libraryDependencies += "com.tomtom.speedtools" % "core" % "3.4.3"
[com.tomtom.speedtools/core "3.4.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
com.google.guava : guava | jar | 31.0.1-jre |
com.googlecode.libphonenumber : libphonenumber | jar | 8.12.39 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
joda-time : joda-time | jar | 2.10.13 |
org.scala-lang : scala-library | jar | 2.13.7 |
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 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.8.1 |
org.mockito : mockito-core | jar | 3.12.4 |