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