| 组织ID: |
org.fluentlenium |
| 项目ID: |
fluentlenium-core |
| 版本: |
0.10.9 |
| 最后修改时间: |
2018-08-02 10:17:12 |
| 包类型: |
jar |
| 标题: |
FluentLenium Core |
| 描述: |
Core of FluentLenium
|
| 相关URL: |
https://github.com/FluentLenium/FluentLenium |
| 大小: |
90.04KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-core</artifactId>
<version>0.10.9</version>
</dependency>
|
| Gradle引入代码: |
org.fluentlenium:fluentlenium-core:0.10.9
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>0.10.9</version>
</parent>
<artifactId>fluentlenium-core</artifactId>
<packaging>jar</packaging>
<name>FluentLenium Core</name>
<description>Core of FluentLenium
</description>
<url>https://github.com/FluentLenium/FluentLenium</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<organization>
<name>AConsulting</name>
<url>http://www.java-freelance.fr</url>
</organization>
<developers>
<developer>
<id>Mlemee</id>
<name>Mathilde Lemee</name>
<email>mathilde.lemee@gmail.com</email>
<url>http://www.fluentlenium.org</url>
<organization>AConsulting</organization>
<organizationUrl>http://www.java-freelance.fr</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>cloudbees</id>
<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<includes>
<include>**/integration/**Lab**</include>
<include>**/integration/**</include>
</includes>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.fluentlenium.core.filter.FilterPredicate.class
org.fluentlenium.core.filter.matcher.MatcherType.class
org.fluentlenium.core.filter.matcher.EndsWithMatcher.class
org.fluentlenium.core.filter.matcher.ContainsMatcher.class
org.fluentlenium.core.filter.matcher.Matcher.class
org.fluentlenium.core.filter.matcher.NotStartsWithMatcher.class
org.fluentlenium.core.filter.matcher.NotEndsWithMatcher.class
org.fluentlenium.core.filter.matcher.EqualMatcher.class
org.fluentlenium.core.filter.matcher.CalculateService.class
org.fluentlenium.core.filter.matcher.StartsWithMatcher.class
org.fluentlenium.core.filter.matcher.ContainsWordMatcher.class
org.fluentlenium.core.filter.matcher.NotContainsMatcher.class
org.fluentlenium.core.filter.MatcherConstructor.class
org.fluentlenium.core.filter.FilterType.class
org.fluentlenium.core.filter.FilterConstructor.class
org.fluentlenium.core.filter.FilterBuilder.class
org.fluentlenium.core.filter.Filter.class
org.fluentlenium.core.annotation.Page.class
org.fluentlenium.core.annotation.AjaxElement.class
org.fluentlenium.core.Fluent.class
org.fluentlenium.core.search.Search.class
org.fluentlenium.core.search.Search$1.class
org.fluentlenium.core.search.SearchActions.class
org.fluentlenium.core.FluentThread.class
org.fluentlenium.core.domain.FluentList.class
org.fluentlenium.core.domain.FluentWebElement.class
org.fluentlenium.core.domain.FluentListImpl$3.class
org.fluentlenium.core.domain.FluentListImpl$1.class
org.fluentlenium.core.domain.FluentListImpl$4.class
org.fluentlenium.core.domain.FluentListImpl$5.class
org.fluentlenium.core.domain.FluentListImpl$6.class
org.fluentlenium.core.domain.FluentJavascript.class
org.fluentlenium.core.domain.FluentListImpl$2.class
org.fluentlenium.core.domain.FluentListImpl.class
org.fluentlenium.core.FluentPage.class
org.fluentlenium.core.FluentAdapter.class
org.fluentlenium.core.exception.ConstructionException.class
org.fluentlenium.core.FluentAdapter$FluentListInvocationHandler$1.class
org.fluentlenium.core.FluentAdapter$FluentListInvocationHandler.class
org.fluentlenium.core.wait.FluentSizeBuilder$5.class
org.fluentlenium.core.wait.FluentWaitMatcher$3.class
org.fluentlenium.core.wait.FluentWaitMatcher$4.class
org.fluentlenium.core.wait.FluentWaitMatcher$8.class
org.fluentlenium.core.wait.FluentWaitMatcher.class
org.fluentlenium.core.wait.FluentWaitPageMatcher$1.class
org.fluentlenium.core.wait.FluentSizeBuilder$6.class
org.fluentlenium.core.wait.FluentSizeBuilder$1.class
org.fluentlenium.core.wait.FluentWaitMatcher$5.class
org.fluentlenium.core.wait.FluentSizeBuilder$4.class
org.fluentlenium.core.wait.FluentWaitPageMatcher.class
org.fluentlenium.core.wait.FluentSizeBuilder$2.class
org.fluentlenium.core.wait.FluentWaitMatcher$6.class
org.fluentlenium.core.wait.FluentWaitMatcher$7.class
org.fluentlenium.core.wait.WaitMessage.class
org.fluentlenium.core.wait.FluentSizeBuilder$3.class
org.fluentlenium.core.wait.FluentWaitMatcher$10.class
org.fluentlenium.core.wait.FluentWaitMatcher$2.class
org.fluentlenium.core.wait.FluentWaitPageMatcher$2.class
org.fluentlenium.core.wait.FluentSizeBuilder.class
org.fluentlenium.core.wait.FluentWaitMatcher$11.class
org.fluentlenium.core.wait.FluentWaitMatcher$1.class
org.fluentlenium.core.wait.FluentWait.class
org.fluentlenium.core.wait.FluentWaitBuilder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|