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