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