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