Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-common |
Version | Version1.2-beta |
Type | Typejar |
Filename | Size |
---|---|
geronimo-common-1.2-beta.pom | |
geronimo-common-1.2-beta.jar | 40 KB |
geronimo-common-1.2-beta-sources.jar | 51 KB |
geronimo-common-1.2-beta-javadoc.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-common/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-common</artifactId>
<version>1.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-common/
implementation 'org.apache.geronimo.modules:geronimo-common:1.2-beta'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-common/
implementation ("org.apache.geronimo.modules:geronimo-common:1.2-beta")
'org.apache.geronimo.modules:geronimo-common:jar:1.2-beta'
<dependency org="org.apache.geronimo.modules" name="geronimo-common" rev="1.2-beta">
<artifact name="geronimo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-common', version='1.2-beta')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-common" % "1.2-beta"
[org.apache.geronimo.modules/geronimo-common "1.2-beta"]