Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.web |
ArtifactId | ArtifactIdweb |
Version | Version3.0-b50 |
Type | Typepom |
Filename | Size |
---|---|
web-3.0-b50.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/web/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>web</artifactId>
<version>3.0-b50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation 'org.glassfish.web:web:3.0-b50'
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation ("org.glassfish.web:web:3.0-b50")
'org.glassfish.web:web:pom:3.0-b50'
<dependency org="org.glassfish.web" name="web" rev="3.0-b50">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='web', version='3.0-b50')
)
libraryDependencies += "org.glassfish.web" % "web" % "3.0-b50"
[org.glassfish.web/web "3.0-b50"]