5 Star 46 Fork 123

ssssssss-team / spider-flow-selenium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
小东 提交于 2020-04-13 08:41 . v0.5.0
<?xml version="1.0"?>
<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>
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.5.0</version>
</parent>
<artifactId>spider-flow-selenium</artifactId>
<name>spider-flow-selenium</name>
<url>https://gitee.com/jmxd/spider-flow-selenium</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.35.1</version>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/ssssssss-team/spider-flow-selenium.git
git@gitee.com:ssssssss-team/spider-flow-selenium.git
ssssssss-team
spider-flow-selenium
spider-flow-selenium
master

搜索帮助