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