j

jsp-2.3

This feature enables support for Java Server Pages (JSPs) that are written to the JSP 2.3 specification. This framework simplifies the construction of user interfaces. Enabling this feature also enables the Expression Language (EL) version 3.0 feature.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
jsp-2.3-24.0.0.12.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsp-2.3</artifactId>
  <version>24.0.0.12</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsp-2.3:24.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:jsp-2.3:24.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsp-2.3" % "24.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsp-2.3', version='24.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsp-2.3" rev="24.0.0.12" />
Leiningen
[io.openliberty.features/jsp-2.3 "24.0.0.12"]
Apache Buildr
'io.openliberty.features:jsp-2.3:jar:24.0.0.12'