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