не последняя версия
Последняя версия 1.19.4

com.sun.jersey.samples:helloworld 1.6-ea06


Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

com.sun.jersey.samples
Идентификатор

Идентификатор

helloworld
Версия

Версия

1.6-ea06
Тип

Тип

jar

Скачать helloworld 1.6-ea06


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>helloworld</artifactId>
    <version>1.6-ea06</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation 'com.sun.jersey.samples:helloworld:1.6-ea06'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation ("com.sun.jersey.samples:helloworld:1.6-ea06")
'com.sun.jersey.samples:helloworld:jar:1.6-ea06'
<dependency org="com.sun.jersey.samples" name="helloworld" rev="1.6-ea06">
  <artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='helloworld', version='1.6-ea06')
)
libraryDependencies += "com.sun.jersey.samples" % "helloworld" % "1.6-ea06"
[com.sun.jersey.samples/helloworld "1.6-ea06"]