Skip to content

Instantly share code, notes, and snippets.

@Richie97
Created January 20, 2014 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Richie97/8521494 to your computer and use it in GitHub Desktop.
Save Richie97/8521494 to your computer and use it in GitHub Desktop.
//Gradle Dependency:
//In your build gradle
dependencies {
compile 'com.willowtreeapps:oak-library:1.3.3'
}
//Maven Dependency:
//In your pom.xml
<dependency>
<groupId>com.willowtreeapps</groupId>
<artifactId>oak-library</artifactId>
<version>1.3.3</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment