| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.sun.jersey.samples |
| Идентификатор | Идентификаторhelloworld |
| Версия | Версия1.6-ea06 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helloworld-1.6-ea06.pom | |
| helloworld-1.6-ea06.jar | 5 KB |
| helloworld-1.6-ea06-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.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"]