is not current version
Last Version 7.0.0-M4

org.glassfish.main.web:web 4.0-b90


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.web
ArtifactId

ArtifactId

web
Version

Version

4.0-b90
Type

Type

pom

Download web 4.0-b90

Filename Size
web-4.0-b90.pom 3 KB
Browse

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