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