MVN

org.glassfish.jersey.examples : helloworld-spring-annotations

Maven & Gradle

Jun 22, 2023
1 usages
647 stars

Spring 4 Integration Jersey Example

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
3.0.x
helloworld-spring-annotations-3.0.0-M6
helloworld-spring-annotations-3.0.0-M1
2.40
helloworld-spring-annotations-2.40
2.39.x
helloworld-spring-annotations-2.39.1
2.39
helloworld-spring-annotations-2.39
2.38
helloworld-spring-annotations-2.38
2.37
helloworld-spring-annotations-2.37
2.36
helloworld-spring-annotations-2.36
2.35
helloworld-spring-annotations-2.35
2.34
helloworld-spring-annotations-2.34
2.33
helloworld-spring-annotations-2.33
2.32
helloworld-spring-annotations-2.32
2.31
helloworld-spring-annotations-2.31
2.30.x
helloworld-spring-annotations-2.30.1
2.30
helloworld-spring-annotations-2.30
2.29.x
helloworld-spring-annotations-2.29.1
2.29
helloworld-spring-annotations-2.29
2.28
helloworld-spring-annotations-2.28
helloworld-spring-annotations-2.28-RC4
2.27
helloworld-spring-annotations-2.27
2.26
helloworld-spring-annotations-2.26
helloworld-spring-annotations-2.26-b09
helloworld-spring-annotations-2.26-b08
helloworld-spring-annotations-2.26-b07
helloworld-spring-annotations-2.26-b06
helloworld-spring-annotations-2.26-b05
helloworld-spring-annotations-2.26-b04
helloworld-spring-annotations-2.26-b03
helloworld-spring-annotations-2.26-b02
helloworld-spring-annotations-2.26-b01
2.25.x
helloworld-spring-annotations-2.25.1
2.25
helloworld-spring-annotations-2.25
2.24.x
helloworld-spring-annotations-2.24.1
2.24
helloworld-spring-annotations-2.24
2.23.x
helloworld-spring-annotations-2.23.2
helloworld-spring-annotations-2.23.1
2.23
helloworld-spring-annotations-2.23
2.22.x
helloworld-spring-annotations-2.22.4
helloworld-spring-annotations-2.22.3
helloworld-spring-annotations-2.22.2
helloworld-spring-annotations-2.22.1
2.22
helloworld-spring-annotations-2.22
2.21.x
helloworld-spring-annotations-2.21.1
2.21
helloworld-spring-annotations-2.21
2.20
helloworld-spring-annotations-2.20
2.19
helloworld-spring-annotations-2.19
2.18
helloworld-spring-annotations-2.18
2.17
helloworld-spring-annotations-2.17
2.16
helloworld-spring-annotations-2.16
2.15
helloworld-spring-annotations-2.15
2.14
helloworld-spring-annotations-2.14
2.13
helloworld-spring-annotations-2.13
2.12
helloworld-spring-annotations-2.12
2.11
helloworld-spring-annotations-2.11
2.10.x
helloworld-spring-annotations-2.10.4
helloworld-spring-annotations-2.10.3
helloworld-spring-annotations-2.10.2
helloworld-spring-annotations-2.10.1
2.10
helloworld-spring-annotations-2.10
2.9.x
helloworld-spring-annotations-2.9.1
2.9
helloworld-spring-annotations-2.9
2.8
helloworld-spring-annotations-2.8
2.7
helloworld-spring-annotations-2.7
2.6
helloworld-spring-annotations-2.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-spring-annotations</artifactId>
    <version>2.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.jersey.examples:helloworld-spring-annotations:2.40'

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

implementation("org.glassfish.jersey.examples:helloworld-spring-annotations:2.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-annotations" % "2.40"

Advertisement