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