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