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