MVN

com.github.celeskyking : s-tea

Maven & Gradle

Aug 26, 2013

s-tea · 这是一个基于selenium2(webdriver)和Junit开发的一个web端自动化框架

<dependency>
    <groupId>com.github.celeskyking</groupId>
    <artifactId>s-tea</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.celeskyking : s-tea to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of com.github.celeskyking : s-tea to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
s-tea-3.1
3.0
s-tea-3.0
2.4.x
s-tea-2.4.6
1.0.x
s-tea-1.0.2
s-tea-1.0.1
s-tea-1.0.0

How to add a dependency to Maven

Add the following com.github.celeskyking : s-tea maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.celeskyking</groupId>
    <artifactId>s-tea</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.celeskyking : s-tea gradle dependency to your build.gradle file:

implementation 'com.github.celeskyking:s-tea:3.1'

Gradle Kotlin DSL: Add the following com.github.celeskyking : s-tea gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.celeskyking:s-tea:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.celeskyking : s-tea sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.celeskyking" % "s-tea" % "3.1"