w

web-embed-api

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