Files download
File Operation
jsp-2.1.3-b03.pom download
Apache Maven
<dependency>
  <groupId>org.glassfish.web</groupId>
  <artifactId>jsp</artifactId>
  <version>2.1.3-b03</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.web:jsp:2.1.3-b03'
Gradle Kotlin
implementation("org.glassfish.web:jsp:2.1.3-b03")
Scala SBT
libraryDependencies += "org.glassfish.web" % "jsp" % "2.1.3-b03"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.web', module='jsp', version='2.1.3-b03')
)
Apache Ivy
<dependency org="org.glassfish.web" name="jsp" rev="2.1.3-b03" />
Leiningen
[org.glassfish.web/jsp "2.1.3-b03"]
Apache Buildr
'org.glassfish.web:jsp:jar:2.1.3-b03'
Dependencies
The project has no third-party dependencies