GroupId | GroupIdcom.tomtom.speedtools |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
rest-3.2.2.pom | |
rest-3.2.2.jar | 47 KB |
rest-3.2.2-sources.jar | 42 KB |
rest-3.2.2-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>rest</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation 'com.tomtom.speedtools:rest:3.2.2'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation ("com.tomtom.speedtools:rest:3.2.2")
'com.tomtom.speedtools:rest:jar:3.2.2'
<dependency org="com.tomtom.speedtools" name="rest" rev="3.2.2">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='rest', version='3.2.2')
)
libraryDependencies += "com.tomtom.speedtools" % "rest" % "3.2.2"
[com.tomtom.speedtools/rest "3.2.2"]