MVN

org.glassfish.jersey.examples : helloworld-benchmark

Maven & Gradle

Jul 10, 2023
1 usages
649 stars

jersey-examples-helloworld-benchmark · Jersey "Hello World" benchmark example.

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-benchmark</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.examples : helloworld-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11
  • Latest Release Candidate: 2.28-RC4

All Versions

Choose a version of org.glassfish.jersey.examples : helloworld-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
helloworld-benchmark-3.1.2
helloworld-benchmark-3.1.1
helloworld-benchmark-3.1.0
helloworld-benchmark-3.1.0-M8
helloworld-benchmark-3.1.0-M7
helloworld-benchmark-3.1.0-M3
helloworld-benchmark-3.1.0-M2
helloworld-benchmark-3.1.0-M1
3.0.x
helloworld-benchmark-3.0.11
helloworld-benchmark-3.0.10
helloworld-benchmark-3.0.9
helloworld-benchmark-3.0.8
helloworld-benchmark-3.0.7
helloworld-benchmark-3.0.6
helloworld-benchmark-3.0.5
helloworld-benchmark-3.0.4
helloworld-benchmark-3.0.3
helloworld-benchmark-3.0.2
helloworld-benchmark-3.0.1
helloworld-benchmark-3.0.0
helloworld-benchmark-3.0.0-M6
helloworld-benchmark-3.0.0-M1
2.40
helloworld-benchmark-2.40
2.39.x
helloworld-benchmark-2.39.1
2.39
helloworld-benchmark-2.39
2.38
helloworld-benchmark-2.38
2.37
helloworld-benchmark-2.37
2.36
helloworld-benchmark-2.36
2.35
helloworld-benchmark-2.35
2.34
helloworld-benchmark-2.34
2.33
helloworld-benchmark-2.33
2.32
helloworld-benchmark-2.32
2.31
helloworld-benchmark-2.31
2.30.x
helloworld-benchmark-2.30.1
2.30
helloworld-benchmark-2.30
2.29.x
helloworld-benchmark-2.29.1
2.29
helloworld-benchmark-2.29
2.28
helloworld-benchmark-2.28
helloworld-benchmark-2.28-RC4
2.27
helloworld-benchmark-2.27
2.26
helloworld-benchmark-2.26
helloworld-benchmark-2.26-b09
helloworld-benchmark-2.26-b08
helloworld-benchmark-2.26-b07
helloworld-benchmark-2.26-b06
helloworld-benchmark-2.26-b05
helloworld-benchmark-2.26-b04
helloworld-benchmark-2.26-b03
helloworld-benchmark-2.26-b02
helloworld-benchmark-2.26-b01
2.25.x
helloworld-benchmark-2.25.1
2.25
helloworld-benchmark-2.25
2.24.x
helloworld-benchmark-2.24.1
2.24
helloworld-benchmark-2.24
2.23.x
helloworld-benchmark-2.23.2
helloworld-benchmark-2.23.1
2.23
helloworld-benchmark-2.23
2.22.x
helloworld-benchmark-2.22.4
helloworld-benchmark-2.22.3
helloworld-benchmark-2.22.2
helloworld-benchmark-2.22.1
2.22
helloworld-benchmark-2.22
2.21.x
helloworld-benchmark-2.21.1
2.21
helloworld-benchmark-2.21
2.20
helloworld-benchmark-2.20
2.19
helloworld-benchmark-2.19
2.18
helloworld-benchmark-2.18
2.17
helloworld-benchmark-2.17

How to add a dependency to Maven

Add the following org.glassfish.jersey.examples : helloworld-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-benchmark</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.examples : helloworld-benchmark gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.examples:helloworld-benchmark:3.0.11'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.examples : helloworld-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.examples:helloworld-benchmark:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.examples : helloworld-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-benchmark" % "3.0.11"

Advertisement