w

web-embed-api

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