Download geb-core-0.10.0.jar file

Introduction

You can download geb-core-0.10.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

geb-core-0.10.0.jar file has the following types.

META-INF/MANIFEST.MF
geb.Browser.class
geb.BuildAdapter.class
geb.Configuration.class
geb.ConfigurationLoader.class
geb.Module.class
geb.Page.class
geb.PageChangeListener.class
geb.binding.BindingUpdater.class
geb.buildadapter.BuildAdapterFactory.class
geb.buildadapter.SystemPropertiesBuildAdapter.class
geb.content.ModuleBaseCalculator.class
geb.content.ModuleBaseDefinitionDelegate.class
geb.content.Navigable.class
geb.content.NavigableSupport.class
geb.content.PageContentContainer.class
geb.content.PageContentSupport.class
geb.content.PageContentTemplate.class
geb.content.PageContentTemplateBuilder.class
geb.content.PageContentTemplateFactoryDelegate.class
geb.content.PageContentTemplateParams.class
geb.content.SimplePageContent.class
geb.content.TemplateDerivedPageContent.class
geb.download.DownloadException.class
geb.download.DownloadSupport.class
geb.download.helper.SelfSignedCertificateHelper.class
geb.driver.BrowserStackDriverFactory.class
geb.driver.CachingDriverFactory.class
geb.driver.CallbackDriverFactory.class
geb.driver.CloudDriverFactory.class
geb.driver.DefaultDriverFactory.class
geb.driver.DriverCreationException.class
geb.driver.DriverFactory.class
geb.driver.DriverRegistry.class
geb.driver.NameBasedDriverFactory.class
geb.driver.RemoteDriverOperations.class
geb.driver.SauceLabsDriverFactory.class
geb.error.GebAssertionError.class
geb.error.InvalidGebConfiguration.class
geb.error.InvalidPageContent.class
geb.error.NoBaseUrlDefinedException.class
geb.error.NoNewWindowException.class
geb.error.PageChangeListenerAlreadyRegisteredException.class
geb.error.RequiredPageContentNotPresent.class
geb.error.RequiredPageValueNotPresent.class
geb.error.UnableToLoadAnyDriversException.class
geb.error.UnableToLoadException.class
geb.error.UnableToSetElementException.class
geb.error.UndefinedAtCheckerException.class
geb.error.UndefinedPageContentException.class
geb.error.UnexpectedPageException.class
geb.error.UnknownDriverShortNameException.class
geb.error.UnresolvablePropertyException.class
geb.frame.FrameSupport.class
geb.interaction.ActionsDelegate.class
geb.interaction.InteractionsSupport.class
geb.js.AlertAndConfirmSupport.class
geb.js.JQueryAdapter.class
geb.js.JavascriptInterface.class
geb.navigator.AbstractNavigator.class
geb.navigator.CssSelector.class
geb.navigator.EmptyNavigator.class
geb.navigator.EmptyNavigatorException.class
geb.navigator.Navigator.class
geb.navigator.NonEmptyNavigator.class
geb.navigator.SelectFactory.class
geb.navigator.factory.AbstractNavigatorFactory.class
geb.navigator.factory.BrowserBackedNavigatorFactory.class
geb.navigator.factory.ClosureInnerNavigatorFactory.class
geb.navigator.factory.DefaultInnerNavigatorFactory.class
geb.navigator.factory.InnerNavigatorFactory.class
geb.navigator.factory.NavigatorBackedNavigatorFactory.class
geb.navigator.factory.NavigatorFactory.class
geb.report.Base64.class
geb.report.CompositeReporter.class
geb.report.ExceptionToPngConverter.class
geb.report.PageSourceReporter.class
geb.report.PngUtils.class
geb.report.ReportState.class
geb.report.Reporter.class
geb.report.ReporterSupport.class
geb.report.ReportingListener.class
geb.report.ScreenshotReporter.class
geb.textmatching.NegatedTextMatcher.class
geb.textmatching.PatternTextMatcher.class
geb.textmatching.TextMatcher.class
geb.textmatching.TextMatchingSupport.class
geb.waiting.WaitingSupport.class

Pom

geb-core-0.10.0.pom file content.

<?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.gebish</groupId>
  <artifactId>geb-core</artifactId>
  <version>0.10.0</version>
  <name>Geb Core</name>
  <description>Geb (pronounced "jeb") is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.</description>
  <url>http://www.gebish.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>
  <developers>
    <developer>
      <id>alkemist</id>
      <name>Luke Daley</name>
      <roles>
        <role>Founder</role>
      </roles>
    </developer>
    <developer>
      <id>erdi</id>
      <name>Marcin Erdmann</name>
      <roles>
        <role>Lead</role>
      </roles>
    </developer>
    <developer>
      <id>chris-prior</id>
      <name>Chris Prior</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/geb/geb/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.gebish</groupId>
      <artifactId>geb-ast</artifactId>
      <version>0.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-support</artifactId>
      <version>2.43.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-api</artifactId>
      <version>2.43.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.3.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gebish</groupId>
      <artifactId>geb-waiting</artifactId>
      <version>0.10.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.gebish</groupId>
   <artifactId>geb-core</artifactId>
   <version>0.10.0</version>
</dependency>

Download

If you think the following geb-core-0.10.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download geb-core-0.10.0.jar file




PreviousNext

Related