Fork me on GitHub

Repackaged Modules

jszip.org hosts some redistributions of well known JavaScript libraries packaged as jszip modules to enable easier usage.

All redistributions are published under the groupId of org.jszip.redist.

For a complete list of all redistributed modules just search Maven Central for artifacts with the groupId of org.jszip.redist.

To use a redistribution in your project you just add the required dependency, e.g.

<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>jquery</artifactId>
  <version>1.8.1</version>
  <type>jszip</type>
</dependency>

Redistributions follow a few basic rules: