Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.specs |
ArtifactId | ArtifactIdgeronimo-el_1.0_spec |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-el_1.0_spec-1.0.1.pom | |
geronimo-el_1.0_spec-1.0.1.jar | 33 KB |
geronimo-el_1.0_spec-1.0.1-sources.jar | 26 KB |
geronimo-el_1.0_spec-1.0.1-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-el_1.0_spec/ -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-el_1.0_spec</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-el_1.0_spec/
implementation 'org.apache.geronimo.specs:geronimo-el_1.0_spec:1.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-el_1.0_spec/
implementation ("org.apache.geronimo.specs:geronimo-el_1.0_spec:1.0.1")
'org.apache.geronimo.specs:geronimo-el_1.0_spec:jar:1.0.1'
<dependency org="org.apache.geronimo.specs" name="geronimo-el_1.0_spec" rev="1.0.1">
<artifact name="geronimo-el_1.0_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='geronimo-el_1.0_spec', version='1.0.1')
)
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-el_1.0_spec" % "1.0.1"
[org.apache.geronimo.specs/geronimo-el_1.0_spec "1.0.1"]