Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>obfuscation-core</artifactId>
  <version>1.5</version>
</dependency>

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.robtimus:obfuscation-core:1.5'

Scala SBT

libraryDependencies += "com.github.robtimus" % "obfuscation-core" % "1.5"

Leiningen

[com.github.robtimus/obfuscation-core "1.5"]