| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld-pure-jax-rs |
| Версия | Версия2.0-m13-1 |
| Тип | Типjar |
<!-- 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.0-m13-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.0-m13-1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-pure-jax-rs/
implementation ("org.glassfish.jersey.examples:helloworld-pure-jax-rs:2.0-m13-1")
'org.glassfish.jersey.examples:helloworld-pure-jax-rs:jar:2.0-m13-1'
<dependency org="org.glassfish.jersey.examples" name="helloworld-pure-jax-rs" rev="2.0-m13-1">
<artifact name="helloworld-pure-jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-pure-jax-rs', version='2.0-m13-1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-pure-jax-rs" % "2.0-m13-1"
[org.glassfish.jersey.examples/helloworld-pure-jax-rs "2.0-m13-1"]