MVN

org.kantega.respiro : respiro-jersey-metrics-plugin

Maven & Gradle

Oct 21, 2019
<dependency>
    <groupId>org.kantega.respiro</groupId>
    <artifactId>respiro-jersey-metrics-plugin</artifactId>
    <version>2.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kantega.respiro : respiro-jersey-metrics-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.28

All Versions

Choose a version of org.kantega.respiro : respiro-jersey-metrics-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.28
respiro-jersey-metrics-plugin-2.28
2.27
respiro-jersey-metrics-plugin-2.27
2.26
respiro-jersey-metrics-plugin-2.26
2.25
respiro-jersey-metrics-plugin-2.25
2.24
respiro-jersey-metrics-plugin-2.24
2.23
respiro-jersey-metrics-plugin-2.23
2.22
respiro-jersey-metrics-plugin-2.22
2.21
respiro-jersey-metrics-plugin-2.21
2.20.x
respiro-jersey-metrics-plugin-2.20.1
2.20
respiro-jersey-metrics-plugin-2.20
2.19
respiro-jersey-metrics-plugin-2.19
2.18
respiro-jersey-metrics-plugin-2.18
2.17.x
respiro-jersey-metrics-plugin-2.17.2
2.16
respiro-jersey-metrics-plugin-2.16
2.15
respiro-jersey-metrics-plugin-2.15
2.14
respiro-jersey-metrics-plugin-2.14
2.13
respiro-jersey-metrics-plugin-2.13
2.12
respiro-jersey-metrics-plugin-2.12
2.11
respiro-jersey-metrics-plugin-2.11
2.10
respiro-jersey-metrics-plugin-2.10
2.9
respiro-jersey-metrics-plugin-2.9
2.8
respiro-jersey-metrics-plugin-2.8
2.7
respiro-jersey-metrics-plugin-2.7
2.6.x
respiro-jersey-metrics-plugin-2.6.1
2.6
respiro-jersey-metrics-plugin-2.6
2.5
respiro-jersey-metrics-plugin-2.5
2.4
respiro-jersey-metrics-plugin-2.4
2.3
respiro-jersey-metrics-plugin-2.3
2.2
respiro-jersey-metrics-plugin-2.2
2.1
respiro-jersey-metrics-plugin-2.1
2.0
respiro-jersey-metrics-plugin-2.0
1.8.x
respiro-jersey-metrics-plugin-1.8.1
1.8
respiro-jersey-metrics-plugin-1.8
1.7
respiro-jersey-metrics-plugin-1.7
1.6
respiro-jersey-metrics-plugin-1.6
1.5
respiro-jersey-metrics-plugin-1.5
1.4
respiro-jersey-metrics-plugin-1.4
1.3
respiro-jersey-metrics-plugin-1.3
1.2
respiro-jersey-metrics-plugin-1.2
1.1
respiro-jersey-metrics-plugin-1.1
1.0
respiro-jersey-metrics-plugin-1.0

How to add a dependency to Maven

Add the following org.kantega.respiro : respiro-jersey-metrics-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kantega.respiro</groupId>
    <artifactId>respiro-jersey-metrics-plugin</artifactId>
    <version>2.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kantega.respiro : respiro-jersey-metrics-plugin gradle dependency to your build.gradle file:

implementation 'org.kantega.respiro:respiro-jersey-metrics-plugin:2.28'

Gradle Kotlin DSL: Add the following org.kantega.respiro : respiro-jersey-metrics-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kantega.respiro:respiro-jersey-metrics-plugin:2.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kantega.respiro : respiro-jersey-metrics-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kantega.respiro" % "respiro-jersey-metrics-plugin" % "2.28"