w

web-embed-api

Rajiv Mordani Jan Luehe
文件下载
文件名 操作
web-embed-api-3.0-b67.jar 下载
web-embed-api-3.0-b67.pom 下载
web-embed-api-3.0-b67-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.web</groupId>
  <artifactId>web-embed-api</artifactId>
  <version>3.0-b67</version>
  <type>hk2-jar</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.web:web-embed-api:3.0-b67'
Gradle Kotlin
implementation("org.glassfish.web:web-embed-api:3.0-b67")
Scala SBT
libraryDependencies += "org.glassfish.web" % "web-embed-api" % "3.0-b67"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.web', module='web-embed-api', version='3.0-b67')
)
Apache Ivy
<dependency org="org.glassfish.web" name="web-embed-api" rev="3.0-b67" />
Leiningen
[org.glassfish.web/web-embed-api "3.0-b67"]
Apache Buildr
'org.glassfish.web:web-embed-api:jar:3.0-b67'