| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdorg.glassfish.main.web |
| ArtifactId | ArtifactIdweb-embed |
| Version | Version4.0-b72 |
| Type | Typepom |
| Filename | Size |
|---|---|
| web-embed-4.0-b72.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>4.0-b72</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-embed/
implementation 'org.glassfish.main.web:web-embed:4.0-b72'
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-embed/
implementation ("org.glassfish.main.web:web-embed:4.0-b72")
'org.glassfish.main.web:web-embed:pom:4.0-b72'
<dependency org="org.glassfish.main.web" name="web-embed" rev="4.0-b72">
<artifact name="web-embed" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='web-embed', version='4.0-b72')
)
libraryDependencies += "org.glassfish.main.web" % "web-embed" % "4.0-b72"
[org.glassfish.main.web/web-embed "4.0-b72"]