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