Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjsp-2.1-jetty |
Version | Version7.0.0pre3 |
Type | Typejar |
Filename | Size |
---|---|
jsp-2.1-jetty-7.0.0pre3.pom | |
jsp-2.1-jetty-7.0.0pre3.jar | 6 KB |
jsp-2.1-jetty-7.0.0pre3-sources.jar | 3 KB |
jsp-2.1-jetty-7.0.0pre3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-2.1-jetty/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1-jetty</artifactId>
<version>7.0.0pre3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-2.1-jetty/
implementation 'org.mortbay.jetty:jsp-2.1-jetty:7.0.0pre3'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-2.1-jetty/
implementation ("org.mortbay.jetty:jsp-2.1-jetty:7.0.0pre3")
'org.mortbay.jetty:jsp-2.1-jetty:jar:7.0.0pre3'
<dependency org="org.mortbay.jetty" name="jsp-2.1-jetty" rev="7.0.0pre3">
<artifact name="jsp-2.1-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jsp-2.1-jetty', version='7.0.0pre3')
)
libraryDependencies += "org.mortbay.jetty" % "jsp-2.1-jetty" % "7.0.0pre3"
[org.mortbay.jetty/jsp-2.1-jetty "7.0.0pre3"]