Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdapache-jsp |
Version | Version10.0.0.alpha1 |
Type | Typejar |
Filename | Size |
---|---|
apache-jsp-10.0.0.alpha1.pom | |
apache-jsp-10.0.0.alpha1.jar | 21 KB |
apache-jsp-10.0.0.alpha1-sources.jar | 19 KB |
apache-jsp-10.0.0.alpha1-nolog.jar | 20 KB |
apache-jsp-10.0.0.alpha1-javadoc.jar | 432 KB |
apache-jsp-10.0.0.alpha1-config.jar | 652 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jsp/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>10.0.0.alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jsp/
implementation 'org.eclipse.jetty:apache-jsp:10.0.0.alpha1'
// https://jarcasting.com/artifacts/org.eclipse.jetty/apache-jsp/
implementation ("org.eclipse.jetty:apache-jsp:10.0.0.alpha1")
'org.eclipse.jetty:apache-jsp:jar:10.0.0.alpha1'
<dependency org="org.eclipse.jetty" name="apache-jsp" rev="10.0.0.alpha1">
<artifact name="apache-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='apache-jsp', version='10.0.0.alpha1')
)
libraryDependencies += "org.eclipse.jetty" % "apache-jsp" % "10.0.0.alpha1"
[org.eclipse.jetty/apache-jsp "10.0.0.alpha1"]