Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdjcdi-beans-webapp |
Last Version | Last Version1.7-ea03 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJCDI Beans WebApp - Jersey Sample
Samples that show how to use jersey.
|
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/jcdi-beans-webapp/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>jcdi-beans-webapp</artifactId>
<version>1.7-ea03</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jcdi-beans-webapp/
implementation 'com.sun.jersey.samples:jcdi-beans-webapp:1.7-ea03'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jcdi-beans-webapp/
implementation ("com.sun.jersey.samples:jcdi-beans-webapp:1.7-ea03")
'com.sun.jersey.samples:jcdi-beans-webapp:war:1.7-ea03'
<dependency org="com.sun.jersey.samples" name="jcdi-beans-webapp" rev="1.7-ea03">
<artifact name="jcdi-beans-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jcdi-beans-webapp', version='1.7-ea03')
)
libraryDependencies += "com.sun.jersey.samples" % "jcdi-beans-webapp" % "1.7-ea03"
[com.sun.jersey.samples/jcdi-beans-webapp "1.7-ea03"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-server | jar | 1.7-ea03 |
org.glassfish : javax.ejb | jar | 3.0 |
org.jboss.weld : weld-osgi-bundle | jar | 1.0.1-Final |
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey.jersey-test-framework : jersey-test-framework-external | jar | 1.7-ea03 |