is not current version
Last Version 0.14.2

org.mozilla:zest 0.14.0

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

GroupId

GroupId

org.mozilla
ArtifactId

ArtifactId

zest
Version

Version

0.14.0
Type

Type

jar

Download zest 0.14.0


<!-- https://jarcasting.com/artifacts/org.mozilla/zest/ -->
<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>zest</artifactId>
    <version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mozilla/zest/
implementation 'org.mozilla:zest:0.14.0'
// https://jarcasting.com/artifacts/org.mozilla/zest/
implementation ("org.mozilla:zest:0.14.0")
'org.mozilla:zest:jar:0.14.0'
<dependency org="org.mozilla" name="zest" rev="0.14.0">
  <artifact name="zest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mozilla', module='zest', version='0.14.0')
)
libraryDependencies += "org.mozilla" % "zest" % "0.14.0"
[org.mozilla/zest "0.14.0"]