MVN

de.thalia.boot.trace : thalia-trace-starter

Maven & Gradle

Dec 21, 2019
1 stars

Thalia Spring Boot starter for call tracing · This Starter provides call tracing facilities.

<dependency>
    <groupId>de.thalia.boot.trace</groupId>
    <artifactId>thalia-trace-starter</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thalia.boot.trace : thalia-trace-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of de.thalia.boot.trace : thalia-trace-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
thalia-trace-starter-1.1.1
thalia-trace-starter-1.1.0
1.0.x
thalia-trace-starter-1.0.0
0.0.x
thalia-trace-starter-0.0.2

How to add a dependency to Maven

Add the following de.thalia.boot.trace : thalia-trace-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.thalia.boot.trace</groupId>
    <artifactId>thalia-trace-starter</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thalia.boot.trace : thalia-trace-starter gradle dependency to your build.gradle file:

implementation 'de.thalia.boot.trace:thalia-trace-starter:1.1.1'

Gradle Kotlin DSL: Add the following de.thalia.boot.trace : thalia-trace-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thalia.boot.trace:thalia-trace-starter:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thalia.boot.trace : thalia-trace-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thalia.boot.trace" % "thalia-trace-starter" % "1.1.1"

Advertisement