zest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>zest</artifactId>
<version>0.14.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozilla</groupId>
<artifactId>zest</artifactId>
<version>0.14.2</version>
<name>Mozilla Zest</name>
<description>Zest is an experimental scripting language developed by the Mozilla security team designed to be used in web oriented security tools.</description>
<url>https://github.com/mozilla/zest</url>
<organization>
<name>Mozilla Foundation</name>
<url>https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Zest</url>
</organization>
<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>https://mozilla.org/MPL/2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>psiinon</id>
<name>Simon Bennetts</name>
<email>sbennetts@mozilla.com</email>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Mozilla Zest</name>
<post>mozilla-zest@googlegroups.com</post>
<archive>https://groups.google.com/group/mozilla-zest</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/mozilla/zest.git</connection>
<developerConnection>scm:git:https://github.com/mozilla/zest.git</developerConnection>
<url>https://github.com/mozilla/zest</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.opera</groupId>
<artifactId>operadriver</artifactId>
<version>1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
<version>1.4.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>3.141.59</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.36.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>1.0.0-RC1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.seleniumhq.selenium</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>