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