MVN

org.mozilla : zest

Maven & Gradle

Jan 24, 2020
97 stars

Mozilla Zest · Zest is an experimental scripting language developed by the Mozilla security team designed to be used in web oriented security tools.

<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>zest</artifactId>
    <version>0.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mozilla : zest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.2

All Versions

Choose a version of org.mozilla : zest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
zest-0.14.2
zest-0.14.1
zest-0.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>zest</artifactId>
    <version>0.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mozilla : zest gradle dependency to your build.gradle file:

implementation 'org.mozilla:zest:0.14.2'

Gradle Kotlin DSL: Add the following org.mozilla : zest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mozilla:zest:0.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mozilla : zest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mozilla" % "zest" % "0.14.2"

Advertisement

Dependencies from Group

Jan 06, 2022
617 usages
3.8k stars
Jan 06, 2022
8 usages
3.8k stars
Jan 06, 2022
7 usages
3.8k stars
Jan 24, 2020
97 stars

Discover Dependencies