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