j

jszip-parent

A parent project for all jszip.org projects.
http://jszip.org/jszip-parent
The Apache Software License, Version 2.0
Stephen Connolly
Files download
File Operation
jszip-parent-10.pom download
Apache Maven
<dependency>
  <groupId>org.jszip</groupId>
  <artifactId>jszip-parent</artifactId>
  <version>10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jszip:jszip-parent:10'
Gradle Kotlin
implementation("org.jszip:jszip-parent:10")
Scala SBT
libraryDependencies += "org.jszip" % "jszip-parent" % "10"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip', module='jszip-parent', version='10')
)
Apache Ivy
<dependency org="org.jszip" name="jszip-parent" rev="10" />
Leiningen
[org.jszip/jszip-parent "10"]
Apache Buildr
'org.jszip:jszip-parent:jar:10'