MVN

io.dekorate : jaeger-annotations

Maven & Gradle

Jun 23, 2023
6 usages
437 stars

Dekorate :: Annotations :: Jaeger

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>jaeger-annotations</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dekorate : jaeger-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 2.0.0.rc-1
  • Latest Beta: 2.0.0.beta8
  • Latest Alpha: 2.0.0-alpha-1

All Versions

Choose a version of io.dekorate : jaeger-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
jaeger-annotations-3.7.0
3.6.x
jaeger-annotations-3.6.1
jaeger-annotations-3.6.0
3.5.x
jaeger-annotations-3.5.5
jaeger-annotations-3.5.4
jaeger-annotations-3.5.3
jaeger-annotations-3.5.2
jaeger-annotations-3.5.1
jaeger-annotations-3.5.0
3.4.x
jaeger-annotations-3.4.1
jaeger-annotations-3.4.0
3.3.x
jaeger-annotations-3.3.1
jaeger-annotations-3.3.0
3.2.x
jaeger-annotations-3.2.1
jaeger-annotations-3.2.0
3.1.x
jaeger-annotations-3.1.3
jaeger-annotations-3.1.2
jaeger-annotations-3.1.1
jaeger-annotations-3.1.0
3.0.x
jaeger-annotations-3.0.2
jaeger-annotations-3.0.1
jaeger-annotations-3.0.0
2.11.x
jaeger-annotations-2.11.6
jaeger-annotations-2.11.5
jaeger-annotations-2.11.4
jaeger-annotations-2.11.3
jaeger-annotations-2.11.2
jaeger-annotations-2.11.1
jaeger-annotations-2.11.0
2.10.x
jaeger-annotations-2.10.0
2.9.x
jaeger-annotations-2.9.3
jaeger-annotations-2.9.2
jaeger-annotations-2.9.1
jaeger-annotations-2.9.0
2.8.x
jaeger-annotations-2.8.1
jaeger-annotations-2.8.0
2.7.x
jaeger-annotations-2.7.0
2.6.x
jaeger-annotations-2.6.0
2.5.x
jaeger-annotations-2.5.0
2.4.x
jaeger-annotations-2.4.1
2.3.x
jaeger-annotations-2.3.3
jaeger-annotations-2.3.2
jaeger-annotations-2.3.1
jaeger-annotations-2.3.0
2.2.x
jaeger-annotations-2.2.2
jaeger-annotations-2.2.1
jaeger-annotations-2.2.0
2.1.x
jaeger-annotations-2.1.4
jaeger-annotations-2.1.3
jaeger-annotations-2.1.2
jaeger-annotations-2.1.1
jaeger-annotations-2.1.0
2.0.x
jaeger-annotations-2.0.0
jaeger-annotations-2.0.0.rc-1
jaeger-annotations-2.0.0.beta8
jaeger-annotations-2.0.0.beta7
jaeger-annotations-2.0.0.beta6
jaeger-annotations-2.0.0.beta5
jaeger-annotations-2.0.0.beta4
jaeger-annotations-2.0.0.beta3
jaeger-annotations-2.0.0.beta2
jaeger-annotations-2.0.0.beta1
jaeger-annotations-2.0.0-alpha-1
1.0.x
jaeger-annotations-1.0.3
jaeger-annotations-1.0.2
jaeger-annotations-1.0.1
jaeger-annotations-1.0.0
0.15.x
jaeger-annotations-0.15.0
0.14.x
jaeger-annotations-0.14.3
jaeger-annotations-0.14.2
jaeger-annotations-0.14.1
jaeger-annotations-0.14.0
0.13.x
jaeger-annotations-0.13.6
jaeger-annotations-0.13.5
jaeger-annotations-0.13.4
jaeger-annotations-0.13.3
jaeger-annotations-0.13.2
jaeger-annotations-0.13.1
jaeger-annotations-0.13.0
0.12.x
jaeger-annotations-0.12.11
jaeger-annotations-0.12.10
jaeger-annotations-0.12.9
jaeger-annotations-0.12.8
jaeger-annotations-0.12.7
jaeger-annotations-0.12.6
jaeger-annotations-0.12.5
jaeger-annotations-0.12.4
jaeger-annotations-0.12.3
jaeger-annotations-0.12.2
jaeger-annotations-0.12.1
jaeger-annotations-0.12.0
0.11.x
jaeger-annotations-0.11.9
jaeger-annotations-0.11.8
jaeger-annotations-0.11.7
jaeger-annotations-0.11.6
jaeger-annotations-0.11.5
jaeger-annotations-0.11.4
jaeger-annotations-0.11.3
jaeger-annotations-0.11.2
jaeger-annotations-0.11.1
0.10.x
jaeger-annotations-0.10.11
jaeger-annotations-0.10.10
jaeger-annotations-0.10.9
jaeger-annotations-0.10.8
jaeger-annotations-0.10.7
jaeger-annotations-0.10.6
jaeger-annotations-0.10.5
jaeger-annotations-0.10.4
jaeger-annotations-0.10.3
jaeger-annotations-0.10.2
jaeger-annotations-0.10.1
jaeger-annotations-0.10.0
0.9.x
jaeger-annotations-0.9.9
jaeger-annotations-0.9.8
jaeger-annotations-0.9.4
jaeger-annotations-0.9.3
jaeger-annotations-0.9.2
jaeger-annotations-0.9.1
jaeger-annotations-0.9.0
0.8.x
jaeger-annotations-0.8.2
jaeger-annotations-0.8.1
jaeger-annotations-0.8.0
0.7.x
jaeger-annotations-0.7.5
jaeger-annotations-0.7.4
jaeger-annotations-0.7.3
jaeger-annotations-0.7.2
jaeger-annotations-0.7.1
0.6.x
jaeger-annotations-0.6.1

How to add a dependency to Maven

Add the following io.dekorate : jaeger-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>jaeger-annotations</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dekorate : jaeger-annotations gradle dependency to your build.gradle file:

implementation 'io.dekorate:jaeger-annotations:3.7.0'

Gradle Kotlin DSL: Add the following io.dekorate : jaeger-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dekorate:jaeger-annotations:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dekorate : jaeger-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dekorate" % "jaeger-annotations" % "3.7.0"

Advertisement

Dependencies from Group

Jun 23, 2023
34 usages
437 stars
Jun 23, 2023
28 usages
437 stars
Jun 23, 2023
22 usages
437 stars
Jun 23, 2023
20 usages
437 stars
Jun 23, 2023
19 usages
437 stars

Discover Dependencies

Sep 22, 2022
23 stars
Jul 12, 2023
15 stars
Jul 05, 2019
1 stars
Apr 17, 2023
9 usages
6 stars
Jul 05, 2019
1 stars
Jul 08, 2019
2 usages
Feb 23, 2023
1 usages
2 stars