License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.main.web |
ArtifactId | ArtifactIdweb-embed |
Last Version | Last Version7.0.0-M4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGlassFish Web container embedded related modules
Eclipse GlassFish Parent Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
web-embed-7.0.0-M4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/web-embed/ -->
<dependency>
<groupId>org.glassfish.main.web</groupId>
<artifactId>web-embed</artifactId>
<version>7.0.0-M4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-embed/
implementation 'org.glassfish.main.web:web-embed:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-embed/
implementation ("org.glassfish.main.web:web-embed:7.0.0-M4")
'org.glassfish.main.web:web-embed:pom:7.0.0-M4'
<dependency org="org.glassfish.main.web" name="web-embed" rev="7.0.0-M4">
<artifact name="web-embed" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='web-embed', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.web" % "web-embed" % "7.0.0-M4"
[org.glassfish.main.web/web-embed "7.0.0-M4"]