GroupId | GroupIdcom.tomtom.speedtools |
---|---|
ArtifactId | ArtifactIdresources |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
resources-3.0.2.pom | |
resources-3.0.2.jar | 4 KB |
resources-3.0.2-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/resources/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>resources</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/resources/
implementation 'com.tomtom.speedtools:resources:3.0.2'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/resources/
implementation ("com.tomtom.speedtools:resources:3.0.2")
'com.tomtom.speedtools:resources:jar:3.0.2'
<dependency org="com.tomtom.speedtools" name="resources" rev="3.0.2">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='resources', version='3.0.2')
)
libraryDependencies += "com.tomtom.speedtools" % "resources" % "3.0.2"
[com.tomtom.speedtools/resources "3.0.2"]