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