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