| License |
License
CDDL + GPLv2 with classpath exception
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.web |
| ArtifactId | ArtifactIdweb |
| Last Version | Last Version10.0-b28 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGlassFish Web container related modules
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| web-10.0-b28.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/web/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>web</artifactId>
<version>10.0-b28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation 'org.glassfish.web:web:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation ("org.glassfish.web:web:10.0-b28")
'org.glassfish.web:web:pom:10.0-b28'
<dependency org="org.glassfish.web" name="web" rev="10.0-b28">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='web', version='10.0-b28')
)
libraryDependencies += "org.glassfish.web" % "web" % "10.0-b28"
[org.glassfish.web/web "10.0-b28"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |