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