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