MVN

com.github.xapn : test-as-you-think-core

Maven & Gradle

Aug 03, 2018
9 stars

TestAsYouThink Core · The TestAsYouThink Core is a DSL style fluent API in Java to promote good coding practices in tests.

<dependency>
    <groupId>com.github.xapn</groupId>
    <artifactId>test-as-you-think-core</artifactId>
    <version>0.8-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xapn : test-as-you-think-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8-m1

All Versions

Choose a version of com.github.xapn : test-as-you-think-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
test-as-you-think-core-0.8-m1
0.7
test-as-you-think-core-0.7
0.6
test-as-you-think-core-0.6
0.5
test-as-you-think-core-0.5
0.4
test-as-you-think-core-0.4
0.3
test-as-you-think-core-0.3

How to add a dependency to Maven

Add the following com.github.xapn : test-as-you-think-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xapn</groupId>
    <artifactId>test-as-you-think-core</artifactId>
    <version>0.8-m1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xapn : test-as-you-think-core gradle dependency to your build.gradle file:

implementation 'com.github.xapn:test-as-you-think-core:0.8-m1'

Gradle Kotlin DSL: Add the following com.github.xapn : test-as-you-think-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xapn:test-as-you-think-core:0.8-m1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xapn : test-as-you-think-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xapn" % "test-as-you-think-core" % "0.8-m1"