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