<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-spring-webapp</artifactId>
<version>4.0.0-M1</version>
<type>war</type>
</dependency>
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-webapp" % "4.0.0-M1"
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-spring-webapp', version='4.0.0-M1')
)
<dependency org="org.glassfish.jersey.examples" name="helloworld-spring-webapp" rev="4.0.0-M1" />
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>4.0.0-M1</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-servlet
|-- org.glassfish.jersey.inject:jersey-hk2
|-- org.springframework:spring-web
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-aop
|-- jakarta.servlet:jakarta.servlet-api
|-- commons-logging:commons-logging:1.2
|-- org.glassfish.jersey.ext:jersey-spring6
test