| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.tomtom.kotlin |
| ArtifactId | ArtifactIdtraceevents |
| Last Version | Last Version1.7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTrace Events
Trace events offer a flexible way of logging semantic events during the run
of an application.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| traceevents-1.7.1.pom | |
| traceevents-1.7.1.jar | 64 KB |
| traceevents-1.7.1-sources.jar | 20 KB |
| traceevents-1.7.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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation 'com.tomtom.kotlin:traceevents:1.7.1'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation ("com.tomtom.kotlin:traceevents:1.7.1")
'com.tomtom.kotlin:traceevents:jar:1.7.1'
<dependency org="com.tomtom.kotlin" name="traceevents" rev="1.7.1">
<artifact name="traceevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='traceevents', version='1.7.1')
)
libraryDependencies += "com.tomtom.kotlin" % "traceevents" % "1.7.1"
[com.tomtom.kotlin/traceevents "1.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1-native-mt |
| Group / Artifact | Type | Version |
|---|---|---|
| nl.jqno.equalsverifier : equalsverifier | jar | 3.10 |
| org.mockito : mockito-core | jar | 4.5.1 |
| io.mockk : mockk | jar | 1.12.3 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |