Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdguicefilter-webapp |
Version | Version1.5-ea06 |
Type | Typewar |
Filename | Size |
---|---|
guicefilter-webapp-1.5-ea06.pom | |
guicefilter-webapp-1.5-ea06.war | 1 MB |
guicefilter-webapp-1.5-ea06-project.zip | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/guicefilter-webapp/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>guicefilter-webapp</artifactId>
<version>1.5-ea06</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/guicefilter-webapp/
implementation 'com.sun.jersey.samples:guicefilter-webapp:1.5-ea06'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/guicefilter-webapp/
implementation ("com.sun.jersey.samples:guicefilter-webapp:1.5-ea06")
'com.sun.jersey.samples:guicefilter-webapp:war:1.5-ea06'
<dependency org="com.sun.jersey.samples" name="guicefilter-webapp" rev="1.5-ea06">
<artifact name="guicefilter-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='guicefilter-webapp', version='1.5-ea06')
)
libraryDependencies += "com.sun.jersey.samples" % "guicefilter-webapp" % "1.5-ea06"
[com.sun.jersey.samples/guicefilter-webapp "1.5-ea06"]