j

jsp-paas

Page as a service for JSP to standardize the function by jsp page, guarantee zero downtime
https://github.com/Taymindis/JspPaas
MIT License
Taymindis Woon
Files download
File Operation
jsp-paas-1.0.1.jar download
jsp-paas-1.0.1.pom download
jsp-paas-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.taymindis</groupId>
  <artifactId>jsp-paas</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.taymindis:jsp-paas:1.0.1'
Gradle Kotlin
implementation("com.github.taymindis:jsp-paas:1.0.1")
Scala SBT
libraryDependencies += "com.github.taymindis" % "jsp-paas" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.taymindis', module='jsp-paas', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.taymindis" name="jsp-paas" rev="1.0.1" />
Leiningen
[com.github.taymindis/jsp-paas "1.0.1"]
Apache Buildr
'com.github.taymindis:jsp-paas:jar:1.0.1'