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