License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.framework |
ArtifactId | ArtifactIdframework |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGeronimo Framework
Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
framework-3.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.framework/framework/ -->
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>framework</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/framework/
implementation 'org.apache.geronimo.framework:framework:3.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/framework/
implementation ("org.apache.geronimo.framework:framework:3.0.1")
'org.apache.geronimo.framework:framework:pom:3.0.1'
<dependency org="org.apache.geronimo.framework" name="framework" rev="3.0.1">
<artifact name="framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='framework', version='3.0.1')
)
libraryDependencies += "org.apache.geronimo.framework" % "framework" % "3.0.1"
[org.apache.geronimo.framework/framework "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |