Files download
File Operation
web-6.0.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>org.glassfish.main.web</groupId>
  <artifactId>web</artifactId>
  <version>6.0.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.main.web:web:6.0.0-RC3'
Gradle Kotlin
implementation("org.glassfish.main.web:web:6.0.0-RC3")
Scala SBT
libraryDependencies += "org.glassfish.main.web" % "web" % "6.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.main.web', module='web', version='6.0.0-RC3')
)
Apache Ivy
<dependency org="org.glassfish.main.web" name="web" rev="6.0.0-RC3" />
Leiningen
[org.glassfish.main.web/web "6.0.0-RC3"]
Apache Buildr
'org.glassfish.main.web:web:jar:6.0.0-RC3'