License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.woodstock.external |
ArtifactId | ArtifactIdwoodstock-external |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWoodstock External
Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs,
implementations of those APIs, and technology compatibility kits for Java runtimes
that enable development, deployment, and management of server-side and cloud-native applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
woodstock-external-5.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.woodstock.external/woodstock-external/ -->
<dependency>
<groupId>org.glassfish.woodstock.external</groupId>
<artifactId>woodstock-external</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.woodstock.external/woodstock-external/
implementation 'org.glassfish.woodstock.external:woodstock-external:5.0.0'
// https://jarcasting.com/artifacts/org.glassfish.woodstock.external/woodstock-external/
implementation ("org.glassfish.woodstock.external:woodstock-external:5.0.0")
'org.glassfish.woodstock.external:woodstock-external:pom:5.0.0'
<dependency org="org.glassfish.woodstock.external" name="woodstock-external" rev="5.0.0">
<artifact name="woodstock-external" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.woodstock.external', module='woodstock-external', version='5.0.0')
)
libraryDependencies += "org.glassfish.woodstock.external" % "woodstock-external" % "5.0.0"
[org.glassfish.woodstock.external/woodstock-external "5.0.0"]