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