Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdcdi-webapp |
Version | Version2.3.1 |
Type | Typewar |
Filename | Size |
---|---|
cdi-webapp-2.3.1.pom | |
cdi-webapp-2.3.1.war | 4 MB |
cdi-webapp-2.3.1-wls-project-src.zip | 32 KB |
cdi-webapp-2.3.1-sources.jar | 11 KB |
cdi-webapp-2.3.1-project-src.zip | 29 KB |
cdi-webapp-2.3.1-javadoc.jar | 65 KB |
cdi-webapp-2.3.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.3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/cdi-webapp/
implementation 'org.glassfish.jersey.examples:cdi-webapp:2.3.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/cdi-webapp/
implementation ("org.glassfish.jersey.examples:cdi-webapp:2.3.1")
'org.glassfish.jersey.examples:cdi-webapp:war:2.3.1'
<dependency org="org.glassfish.jersey.examples" name="cdi-webapp" rev="2.3.1">
<artifact name="cdi-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='cdi-webapp', version='2.3.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "cdi-webapp" % "2.3.1"
[org.glassfish.jersey.examples/cdi-webapp "2.3.1"]