is not current version
Last Version 1.7.1

com.tomtom.kotlin:traceevents 1.0.11

Trace events offer a flexible way of logging semantic events during the run of an application.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.tomtom.kotlin
ArtifactId

ArtifactId

traceevents
Version

Version

1.0.11
Type

Type

jar

Download traceevents 1.0.11


<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/ -->
<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>traceevents</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation 'com.tomtom.kotlin:traceevents:1.0.11'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation ("com.tomtom.kotlin:traceevents:1.0.11")
'com.tomtom.kotlin:traceevents:jar:1.0.11'
<dependency org="com.tomtom.kotlin" name="traceevents" rev="1.0.11">
  <artifact name="traceevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='traceevents', version='1.0.11')
)
libraryDependencies += "com.tomtom.kotlin" % "traceevents" % "1.0.11"
[com.tomtom.kotlin/traceevents "1.0.11"]