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