| License |
License |
|---|---|
| GroupId | GroupIdcom.tomtom.speedtools |
| ArtifactId | ArtifactIdresources |
| Version | Version3.2.23 |
| Type | Typejar |
| Description |
DescriptionSpeedTools Shared Resources
Resources for project SpeedTools.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| resources-3.2.23.pom | |
| resources-3.2.23.jar | 4 KB |
| resources-3.2.23-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.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/resources/
implementation 'com.tomtom.speedtools:resources:3.2.23'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/resources/
implementation ("com.tomtom.speedtools:resources:3.2.23")
'com.tomtom.speedtools:resources:jar:3.2.23'
<dependency org="com.tomtom.speedtools" name="resources" rev="3.2.23">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='resources', version='3.2.23')
)
libraryDependencies += "com.tomtom.speedtools" % "resources" % "3.2.23"
[com.tomtom.speedtools/resources "3.2.23"]