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