Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>bootstrap</artifactId>
  <version>2.3.1</version>
  <type>jszip</type>
</dependency>

Apache Buildr

'org.jszip.redist:bootstrap:jszip:2.3.1'

Apache Ant

<dependency org="org.jszip.redist" name="bootstrap" rev="2.3.1">
  <artifact name="bootstrap" type="jszip" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.jszip.redist', module='bootstrap', version='2.3.1')
)

Grails

compile 'org.jszip.redist:bootstrap:2.3.1'

Leiningen

[org.jszip.redist/bootstrap "2.3.1"]

SBT

libraryDependencies += "org.jszip.redist" %% "bootstrap" % "2.3.1"