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