MVN

com.wiley : teasy

Maven & Gradle

Sep 17, 2019
31 stars

Teasy · Automation framework to make testing easy

<dependency>
    <groupId>com.wiley</groupId>
    <artifactId>teasy</artifactId>
    <version>2.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wiley : teasy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.15
  • Latest Beta: 1.0.24-beta

All Versions

Choose a version of com.wiley : teasy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
teasy-2.0.15
teasy-2.0.14
teasy-2.0.13
teasy-2.0.12
teasy-2.0.11
teasy-2.0.10
teasy-2.0.9
teasy-2.0.8
teasy-2.0.7
teasy-2.0.6
teasy-2.0.5
teasy-2.0.4
teasy-2.0.3
teasy-2.0.2
teasy-2.0.1
2.0
teasy-2.0
1.1.x
teasy-1.1.5
teasy-1.1.4
teasy-1.1.3
teasy-1.1.2
teasy-1.1.1
teasy-1.1.0
1.0.x
teasy-1.0.24-beta
teasy-1.0.23-beta
teasy-1.0.22-beta
teasy-1.0.21-beta
teasy-1.0.20-beta
teasy-1.0.19-beta
teasy-1.0.18-beta
teasy-1.0.17-beta
teasy-1.0.16-beta
teasy-1.0.15-beta
teasy-1.0.14-beta
teasy-1.0.13-beta
teasy-1.0.12-beta
teasy-1.0.11-beta
teasy-1.0.10-beta
teasy-1.0.9-beta
teasy-1.0.8-beta
teasy-1.0.7-beta
teasy-1.0.6-beta
teasy-1.0.5-beta
teasy-1.0.4-beta
teasy-1.0.3-beta
teasy-1.0.2-beta
teasy-1.0.1
teasy-1.0.1-beta
teasy-1.0.0-beta
1.0
teasy-1.0

How to add a dependency to Maven

Add the following com.wiley : teasy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wiley</groupId>
    <artifactId>teasy</artifactId>
    <version>2.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wiley : teasy gradle dependency to your build.gradle file:

implementation 'com.wiley:teasy:2.0.15'

Gradle Kotlin DSL: Add the following com.wiley : teasy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wiley:teasy:2.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wiley : teasy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wiley" % "teasy" % "2.0.15"

Advertisement