Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.deployment |
ArtifactId | ArtifactIdjsr-88 |
Version | Version6.0.0-RC4 |
Type | Typepom |
Filename | Size |
---|---|
jsr-88-6.0.0-RC4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.deployment/jsr-88/ -->
<dependency>
<groupId>org.glassfish.main.deployment</groupId>
<artifactId>jsr-88</artifactId>
<version>6.0.0-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.deployment/jsr-88/
implementation 'org.glassfish.main.deployment:jsr-88:6.0.0-RC4'
// https://jarcasting.com/artifacts/org.glassfish.main.deployment/jsr-88/
implementation ("org.glassfish.main.deployment:jsr-88:6.0.0-RC4")
'org.glassfish.main.deployment:jsr-88:pom:6.0.0-RC4'
<dependency org="org.glassfish.main.deployment" name="jsr-88" rev="6.0.0-RC4">
<artifact name="jsr-88" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.deployment', module='jsr-88', version='6.0.0-RC4')
)
libraryDependencies += "org.glassfish.main.deployment" % "jsr-88" % "6.0.0-RC4"
[org.glassfish.main.deployment/jsr-88 "6.0.0-RC4"]