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