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