w

web-embed-api

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