Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>obfuscation-http</artifactId>
  <version>1.1</version>
</dependency>

Apache Buildr

'com.github.robtimus:obfuscation-http:jar:1.1'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.robtimus:obfuscation-http:1.1'

Scala SBT

libraryDependencies += "com.github.robtimus" % "obfuscation-http" % "1.1"

Leiningen

[com.github.robtimus/obfuscation-http "1.1"]