MVN

com.tomtom.kotlin : traceevents

Maven & Gradle

Jul 06, 2023
11 stars

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

<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>traceevents</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tomtom.kotlin : traceevents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of com.tomtom.kotlin : traceevents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
traceevents-1.8.3
traceevents-1.8.2
traceevents-1.8.1
traceevents-1.8.0
1.7.x
traceevents-1.7.1
traceevents-1.7.0
1.6.x
traceevents-1.6.4
traceevents-1.6.2
traceevents-1.6.1
traceevents-1.6.0
1.5.x
traceevents-1.5.3
traceevents-1.5.2
traceevents-1.5.1
traceevents-1.5.0
1.4.x
traceevents-1.4.1
1.3.x
traceevents-1.3.1
traceevents-1.3.0
1.2.x
traceevents-1.2.2
traceevents-1.2.1
traceevents-1.2.0
1.1.x
traceevents-1.1.1
traceevents-1.1.0
1.0.x
traceevents-1.0.17
traceevents-1.0.16
traceevents-1.0.15
traceevents-1.0.14
traceevents-1.0.13
traceevents-1.0.12
traceevents-1.0.11
traceevents-1.0.10
traceevents-1.0.9
traceevents-1.0.8
traceevents-1.0.7
traceevents-1.0.6
traceevents-1.0.5
traceevents-1.0.4
traceevents-1.0.3
traceevents-1.0.2
traceevents-1.0.1
traceevents-1.0.0

How to add a dependency to Maven

Add the following com.tomtom.kotlin : traceevents maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>traceevents</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tomtom.kotlin : traceevents gradle dependency to your build.gradle file:

implementation 'com.tomtom.kotlin:traceevents:1.8.3'

Gradle Kotlin DSL: Add the following com.tomtom.kotlin : traceevents gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tomtom.kotlin:traceevents:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tomtom.kotlin : traceevents sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tomtom.kotlin" % "traceevents" % "1.8.3"

Advertisement