Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-spring-annotations |
Version | Version3.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-spring-annotations</artifactId>
<version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/
implementation 'org.glassfish.jersey.examples:helloworld-spring-annotations:3.0.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/
implementation ("org.glassfish.jersey.examples:helloworld-spring-annotations:3.0.0-M1")
'org.glassfish.jersey.examples:helloworld-spring-annotations:jar:3.0.0-M1'
<dependency org="org.glassfish.jersey.examples" name="helloworld-spring-annotations" rev="3.0.0-M1">
<artifact name="helloworld-spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-spring-annotations', version='3.0.0-M1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-annotations" % "3.0.0-M1"
[org.glassfish.jersey.examples/helloworld-spring-annotations "3.0.0-M1"]