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