Categories |
CategoriesGeronimo Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdgeronimo-spec |
ArtifactId | ArtifactIdgeronimo-spec-jsp |
Last Version | Last Version2.0-rc4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
geronimo-spec-jsp-2.0-rc4.pom | |
geronimo-spec-jsp-2.0-rc4.jar | 60 KB |
geronimo-spec-jsp-2.0-rc4-sources.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo-spec/geronimo-spec-jsp/ -->
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jsp</artifactId>
<version>2.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo-spec/geronimo-spec-jsp/
implementation 'geronimo-spec:geronimo-spec-jsp:2.0-rc4'
// https://jarcasting.com/artifacts/geronimo-spec/geronimo-spec-jsp/
implementation ("geronimo-spec:geronimo-spec-jsp:2.0-rc4")
'geronimo-spec:geronimo-spec-jsp:jar:2.0-rc4'
<dependency org="geronimo-spec" name="geronimo-spec-jsp" rev="2.0-rc4">
<artifact name="geronimo-spec-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo-spec', module='geronimo-spec-jsp', version='2.0-rc4')
)
libraryDependencies += "geronimo-spec" % "geronimo-spec-jsp" % "2.0-rc4"
[geronimo-spec/geronimo-spec-jsp "2.0-rc4"]