Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo |
ArtifactId | ArtifactIdgeronimo-common |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
geronimo-common-1.0.pom | |
geronimo-common-1.0.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-common/ -->
<dependency>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-common/
implementation 'org.apache.geronimo:geronimo-common:1.0'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-common/
implementation ("org.apache.geronimo:geronimo-common:1.0")
'org.apache.geronimo:geronimo-common:jar:1.0'
<dependency org="org.apache.geronimo" name="geronimo-common" rev="1.0">
<artifact name="geronimo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-common', version='1.0')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-common" % "1.0"
[org.apache.geronimo/geronimo-common "1.0"]