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