h

helloworld-spring-annotations

Spring 6 Integration Jersey Example
Files download
File Operation
helloworld-spring-annotations-4.0.0-M1.jar download
helloworld-spring-annotations-4.0.0-M1.pom download
helloworld-spring-annotations-4.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jersey.examples</groupId>
  <artifactId>helloworld-spring-annotations</artifactId>
  <version>4.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jersey.examples:helloworld-spring-annotations:4.0.0-M1'
Gradle Kotlin
implementation("org.glassfish.jersey.examples:helloworld-spring-annotations:4.0.0-M1")
Scala SBT
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-annotations" % "4.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jersey.examples', module='helloworld-spring-annotations', version='4.0.0-M1')
)
Apache Ivy
<dependency org="org.glassfish.jersey.examples" name="helloworld-spring-annotations" rev="4.0.0-M1" />
Leiningen
[org.glassfish.jersey.examples/helloworld-spring-annotations "4.0.0-M1"]
Apache Buildr
'org.glassfish.jersey.examples:helloworld-spring-annotations:jar:4.0.0-M1'