Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>imgscalrx</artifactId>
  <version>0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.jinahya:imgscalrx:jar:0.2-SNAPSHOT'

Apache Ant

<dependency org="com.github.jinahya" name="imgscalrx" rev="0.2-SNAPSHOT">
  <artifact name="imgscalrx" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jinahya', module='imgscalrx', version='0.2-SNAPSHOT')
)

Grails

compile 'com.github.jinahya:imgscalrx:0.2-SNAPSHOT'

Leiningen

[com.github.jinahya/imgscalrx "0.2-SNAPSHOT"]

SBT

libraryDependencies += "com.github.jinahya" %% "imgscalrx" % "0.2-SNAPSHOT"