is not current version
Last Version 7.0.0-M4

org.glassfish.main.web:web 5.1.0-RC1


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.web
ArtifactId

ArtifactId

web
Version

Version

5.1.0-RC1
Type

Type

pom

Download web 5.1.0-RC1

Filename Size
web-5.1.0-RC1.pom 2 KB
Browse

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