is not current version
Last Version 3.4.3

com.tomtom.speedtools:speedtools 3.0.0

SpeedTools is a collection of generic utilities, originally developed by Rijn Buve, Daan van Dijk and Ruud Diterwich and Andreas Wuest. These utilities have been extensively code reviewed and have good test coverage. If you wish to contribute to this project, please contact Rijn Buve.

GroupId

GroupId

com.tomtom.speedtools
ArtifactId

ArtifactId

speedtools
Version

Version

3.0.0
Type

Type

pom

Download speedtools 3.0.0

Filename Size
speedtools-3.0.0.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/speedtools/ -->
<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>speedtools</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/speedtools/
implementation 'com.tomtom.speedtools:speedtools:3.0.0'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/speedtools/
implementation ("com.tomtom.speedtools:speedtools:3.0.0")
'com.tomtom.speedtools:speedtools:pom:3.0.0'
<dependency org="com.tomtom.speedtools" name="speedtools" rev="3.0.0">
  <artifact name="speedtools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='speedtools', version='3.0.0')
)
libraryDependencies += "com.tomtom.speedtools" % "speedtools" % "3.0.0"
[com.tomtom.speedtools/speedtools "3.0.0"]