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