License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.embedded |
ArtifactId | ArtifactIdgf-embedded-api |
Version | Version1.0-alpha-4 |
Type | Typejar |
Description |
DescriptionAPI for embedded GFv3
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.embedded/gf-embedded-api/ -->
<dependency>
<groupId>org.glassfish.embedded</groupId>
<artifactId>gf-embedded-api</artifactId>
<version>1.0-alpha-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.embedded/gf-embedded-api/
implementation 'org.glassfish.embedded:gf-embedded-api:1.0-alpha-4'
// https://jarcasting.com/artifacts/org.glassfish.embedded/gf-embedded-api/
implementation ("org.glassfish.embedded:gf-embedded-api:1.0-alpha-4")
'org.glassfish.embedded:gf-embedded-api:jar:1.0-alpha-4'
<dependency org="org.glassfish.embedded" name="gf-embedded-api" rev="1.0-alpha-4">
<artifact name="gf-embedded-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.embedded', module='gf-embedded-api', version='1.0-alpha-4')
)
libraryDependencies += "org.glassfish.embedded" % "gf-embedded-api" % "1.0-alpha-4"
[org.glassfish.embedded/gf-embedded-api "1.0-alpha-4"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.api : dtds | jar | 9.0.2 |
org.glassfish.api : schemas | jar | 9.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.distributions : web-all | jar | 10.0-build-20080430 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |