w

web

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