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