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