Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>obfuscation-json</artifactId>
  <version>2.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.robtimus" name="obfuscation-json" rev="2.0">
  <artifact name="obfuscation-json" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-json', version='2.0')
)

Gradle/Grails

implementation 'com.github.robtimus:obfuscation-json:2.0'

Scala SBT

libraryDependencies += "com.github.robtimus" % "obfuscation-json" % "2.0"

Leiningen

[com.github.robtimus/obfuscation-json "2.0"]