MVN

org.jszip.redist : json2

Maven & Gradle

Dec 04, 2012
1 usages
0 stars

json2.js · This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, prefering the built-in JSON object.

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>json2</artifactId>
    <version>2012.10.08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jszip.redist : json2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2012.10.08

All Versions

Choose a version of org.jszip.redist : json2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2012.10.x
json2-2012.10.08

How to add a dependency to Maven

Add the following org.jszip.redist : json2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>json2</artifactId>
    <version>2012.10.08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jszip.redist : json2 gradle dependency to your build.gradle file:

implementation 'org.jszip.redist:json2:2012.10.08'

Gradle Kotlin DSL: Add the following org.jszip.redist : json2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jszip.redist:json2:2012.10.08")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jszip.redist : json2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jszip.redist" % "json2" % "2012.10.08"

Advertisement

Dependencies from Group

May 14, 2013
4 usages
0 stars
Jun 10, 2013
3 usages
0 stars
Mar 20, 2013
3 usages
0 stars
Feb 22, 2013
2 usages
0 stars
Dec 04, 2012
1 usages
0 stars

Discover Dependencies

Mar 26, 2014
8 stars
Aug 11, 2014
450 stars
May 31, 2012
2 usages
2 stars
Jun 19, 2012
3 usages
Jun 24, 2014
6 stars
Jan 10, 2014
4 usages