GroupId | GroupIdcom.tomtom.speedtools |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version3.2.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-3.2.3.pom | |
rest-3.2.3.jar | 47 KB |
rest-3.2.3-sources.jar | 42 KB |
rest-3.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation 'com.tomtom.speedtools:rest:3.2.3'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation ("com.tomtom.speedtools:rest:3.2.3")
'com.tomtom.speedtools:rest:jar:3.2.3'
<dependency org="com.tomtom.speedtools" name="rest" rev="3.2.3">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='rest', version='3.2.3')
)
libraryDependencies += "com.tomtom.speedtools" % "rest" % "3.2.3"
[com.tomtom.speedtools/rest "3.2.3"]