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