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