<dependency> <groupId>org.jszip.redist</groupId> <artifactId>bootstrap</artifactId> <version>2.3.1</version> <type>jszip</type> </dependency>
'org.jszip.redist:bootstrap:jszip:2.3.1'
<dependency org="org.jszip.redist" name="bootstrap" rev="2.3.1"> <artifact name="bootstrap" type="jszip" /> </dependency>
@Grapes( @Grab(group='org.jszip.redist', module='bootstrap', version='2.3.1') )
compile 'org.jszip.redist:bootstrap:2.3.1'
[org.jszip.redist/bootstrap "2.3.1"]
libraryDependencies += "org.jszip.redist" %% "bootstrap" % "2.3.1"