is not current version
Last Version 3.2-b06

org.glassfish.web:web-embed-api 3.0-b53


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.web
ArtifactId

ArtifactId

web-embed-api
Version

Version

3.0-b53
Type

Type

jar

Download web-embed-api 3.0-b53


<!-- https://jarcasting.com/artifacts/org.glassfish.web/web-embed-api/ -->
<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web-embed-api</artifactId>
    <version>3.0-b53</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/web-embed-api/
implementation 'org.glassfish.web:web-embed-api:3.0-b53'
// https://jarcasting.com/artifacts/org.glassfish.web/web-embed-api/
implementation ("org.glassfish.web:web-embed-api:3.0-b53")
'org.glassfish.web:web-embed-api:jar:3.0-b53'
<dependency org="org.glassfish.web" name="web-embed-api" rev="3.0-b53">
  <artifact name="web-embed-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='web-embed-api', version='3.0-b53')
)
libraryDependencies += "org.glassfish.web" % "web-embed-api" % "3.0-b53"
[org.glassfish.web/web-embed-api "3.0-b53"]