Files download
File Operation
spring-jsp-1.0.34.jar download
spring-jsp-1.0.34.pom download
spring-jsp-1.0.34-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jslsolucoes</groupId>
  <artifactId>spring-jsp</artifactId>
  <version>1.0.34</version>
</dependency>
Gradle Groovy
implementation 'com.jslsolucoes:spring-jsp:1.0.34'
Gradle Kotlin
implementation("com.jslsolucoes:spring-jsp:1.0.34")
Scala SBT
libraryDependencies += "com.jslsolucoes" % "spring-jsp" % "1.0.34"
Groovy Grape
@Grapes(
  @Grab(group='com.jslsolucoes', module='spring-jsp', version='1.0.34')
)
Apache Ivy
<dependency org="com.jslsolucoes" name="spring-jsp" rev="1.0.34" />
Leiningen
[com.jslsolucoes/spring-jsp "1.0.34"]
Apache Buildr
'com.jslsolucoes:spring-jsp:jar:1.0.34'