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