is not current version
Last Version 10.0-b28

org.glassfish.web:web 3.1-b30


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.web
ArtifactId

ArtifactId

web
Version

Version

3.1-b30
Type

Type

pom

Download web 3.1-b30

Filename Size
web-3.1-b30.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.web/web/ -->
<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web</artifactId>
    <version>3.1-b30</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation 'org.glassfish.web:web:3.1-b30'
// https://jarcasting.com/artifacts/org.glassfish.web/web/
implementation ("org.glassfish.web:web:3.1-b30")
'org.glassfish.web:web:pom:3.1-b30'
<dependency org="org.glassfish.web" name="web" rev="3.1-b30">
  <artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='web', version='3.1-b30')
)
libraryDependencies += "org.glassfish.web" % "web" % "3.1-b30"
[org.glassfish.web/web "3.1-b30"]