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