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