Categories |
CategoriesGeronimo Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.apache.geronimo.specs |
ArtifactId | ArtifactIdgeronimo-jsp_2.1_spec |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jsp_2.1_spec-1.0.pom | |
geronimo-jsp_2.1_spec-1.0.jar | 75 KB |
geronimo-jsp_2.1_spec-1.0-sources.jar | 122 KB |
geronimo-jsp_2.1_spec-1.0-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-jsp_2.1_spec/ -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-jsp_2.1_spec/
implementation 'org.apache.geronimo.specs:geronimo-jsp_2.1_spec:1.0'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-jsp_2.1_spec/
implementation ("org.apache.geronimo.specs:geronimo-jsp_2.1_spec:1.0")
'org.apache.geronimo.specs:geronimo-jsp_2.1_spec:jar:1.0'
<dependency org="org.apache.geronimo.specs" name="geronimo-jsp_2.1_spec" rev="1.0">
<artifact name="geronimo-jsp_2.1_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='geronimo-jsp_2.1_spec', version='1.0')
)
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-jsp_2.1_spec" % "1.0"
[org.apache.geronimo.specs/geronimo-jsp_2.1_spec "1.0"]