Maven Repository - POM file for JUnit geb-core 0.5.1 0.5.1

Summary

Geb.

Geb (pronounced with a soft ?G?? like ?Jeb??) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspectio....

Declaration

Here is the list of declaration for geb-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.codehaus.geb</groupId>
   <artifactId>geb-core</artifactId>
   <version>0.5.1</version>
</dependency>

If you think this Maven repository POM file listing for geb-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Packages

The following packages are defined in the geb-core-0.5.1.jar

geb
geb.driver
geb.error
geb.internal
geb.js
geb.navigator
geb.report

POM File Source

Here is the content of the POM file.

<?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.codehaus.geb</groupId>
  <artifactId>geb-core</artifactId>
  <version>0.5.1</version>
  <name>Geb</name>
  <description>Geb (pronounced with a soft ?G?? like ?Jeb??) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspection API and the expressiveness of Groovy.</description>
  <url>http://geb.codehaus.org</url>
  <inceptionYear>2010</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <url>https://github.com/geb/geb/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-common</artifactId>
      <version>2.0a7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>