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