Dependency Information
Apache Maven
<dependency> <groupId>com.github.robtimus</groupId> <artifactId>obfuscation-yaml</artifactId> <version>1.3</version> </dependency>
Apache Ivy
<dependency org="com.github.robtimus" name="obfuscation-yaml" rev="1.3"> <artifact name="obfuscation-yaml" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.robtimus', module='obfuscation-yaml', version='1.3') )
Gradle/Grails
compile 'com.github.robtimus:obfuscation-yaml:1.3'
Scala SBT
libraryDependencies += "com.github.robtimus" % "obfuscation-yaml" % "1.3"
Leiningen
[com.github.robtimus/obfuscation-yaml "1.3"]