Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdcdi-webapp |
Version | Version2.0.1 |
Type | Typewar |
Filename | Size |
---|---|
cdi-webapp-2.0.1.pom | |
cdi-webapp-2.0.1.war | 3 MB |
cdi-webapp-2.0.1-sources.jar | 11 KB |
cdi-webapp-2.0.1-project-src.zip | 29 KB |
cdi-webapp-2.0.1-javadoc.jar | 52 KB |
cdi-webapp-2.0.1-gf-project-src.zip | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/cdi-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>cdi-webapp</artifactId>
<version>2.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/cdi-webapp/
implementation 'org.glassfish.jersey.examples:cdi-webapp:2.0.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/cdi-webapp/
implementation ("org.glassfish.jersey.examples:cdi-webapp:2.0.1")
'org.glassfish.jersey.examples:cdi-webapp:war:2.0.1'
<dependency org="org.glassfish.jersey.examples" name="cdi-webapp" rev="2.0.1">
<artifact name="cdi-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='cdi-webapp', version='2.0.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "cdi-webapp" % "2.0.1"
[org.glassfish.jersey.examples/cdi-webapp "2.0.1"]