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