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