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