Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.balajeetm</groupId>
  <artifactId>json-mystique</artifactId>
  <version>1.0.9-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.balajeetm:json-mystique:jar:1.0.9-SNAPSHOT'

Apache Ivy

<dependency org="com.github.balajeetm" name="json-mystique" rev="1.0.9-SNAPSHOT">
  <artifact name="json-mystique" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.balajeetm', module='json-mystique', version='1.0.9-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.balajeetm:json-mystique:1.0.9-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.balajeetm" % "json-mystique" % "1.0.9-SNAPSHOT"

Leiningen

[com.github.balajeetm/json-mystique "1.0.9-SNAPSHOT"]