文件下载
文件名 操作
web-8.0.0-JDK17-M6.pom 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.main.web</groupId>
  <artifactId>web</artifactId>
  <version>8.0.0-JDK17-M6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.main.web:web:8.0.0-JDK17-M6'
Gradle Kotlin
implementation("org.glassfish.main.web:web:8.0.0-JDK17-M6")
Scala SBT
libraryDependencies += "org.glassfish.main.web" % "web" % "8.0.0-JDK17-M6"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.main.web', module='web', version='8.0.0-JDK17-M6')
)
Apache Ivy
<dependency org="org.glassfish.main.web" name="web" rev="8.0.0-JDK17-M6" />
Leiningen
[org.glassfish.main.web/web "8.0.0-JDK17-M6"]
Apache Buildr
'org.glassfish.main.web:web:jar:8.0.0-JDK17-M6'