Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.tomtom.kotlin |
ArtifactId | ArtifactIdtraceevents |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
traceevents-1.2.2.pom | |
traceevents-1.2.2.jar | 64 KB |
traceevents-1.2.2-sources.jar | 20 KB |
traceevents-1.2.2-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/ -->
<dependency>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>traceevents</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation 'com.tomtom.kotlin:traceevents:1.2.2'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation ("com.tomtom.kotlin:traceevents:1.2.2")
'com.tomtom.kotlin:traceevents:jar:1.2.2'
<dependency org="com.tomtom.kotlin" name="traceevents" rev="1.2.2">
<artifact name="traceevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='traceevents', version='1.2.2')
)
libraryDependencies += "com.tomtom.kotlin" % "traceevents" % "1.2.2"
[com.tomtom.kotlin/traceevents "1.2.2"]