Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.mygreen</groupId>
  <artifactId>excel-cellformatter</artifactId>
  <version>0.12</version>
</dependency>

Apache Buildr

'com.github.mygreen:excel-cellformatter:jar:0.12'

Apache Ant

<dependency org="com.github.mygreen" name="excel-cellformatter" rev="0.12">
  <artifact name="excel-cellformatter" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.mygreen', module='excel-cellformatter', version='0.12')
)

Grails

compile 'com.github.mygreen:excel-cellformatter:0.12'

Leiningen

[com.github.mygreen/excel-cellformatter "0.12"]

SBT

libraryDependencies += "com.github.mygreen" %% "excel-cellformatter" % "0.12"