| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld |
| Версия | Версия2.0-m08-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helloworld-2.0-m08-1.pom | |
| helloworld-2.0-m08-1.jar | 5 KB |
| helloworld-2.0-m08-1-sources.jar | 3 KB |
| helloworld-2.0-m08-1-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld</artifactId>
<version>2.0-m08-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation 'org.glassfish.jersey.examples:helloworld:2.0-m08-1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation ("org.glassfish.jersey.examples:helloworld:2.0-m08-1")
'org.glassfish.jersey.examples:helloworld:jar:2.0-m08-1'
<dependency org="org.glassfish.jersey.examples" name="helloworld" rev="2.0-m08-1">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld', version='2.0-m08-1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld" % "2.0-m08-1"
[org.glassfish.jersey.examples/helloworld "2.0-m08-1"]