MVN

com.twosigma.webtau : webtau-maven-plugin-test-skip

Maven & Gradle

Mar 16, 2020
<dependency>
    <groupId>com.twosigma.webtau</groupId>
    <artifactId>webtau-maven-plugin-test-skip</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twosigma.webtau : webtau-maven-plugin-test-skip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20

All Versions

Choose a version of com.twosigma.webtau : webtau-maven-plugin-test-skip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
webtau-maven-plugin-test-skip-1.20
1.19
webtau-maven-plugin-test-skip-1.19
1.18
webtau-maven-plugin-test-skip-1.18
1.17
webtau-maven-plugin-test-skip-1.17
1.16
webtau-maven-plugin-test-skip-1.16
1.15
webtau-maven-plugin-test-skip-1.15
1.13
webtau-maven-plugin-test-skip-1.13
1.12
webtau-maven-plugin-test-skip-1.12
1.11
webtau-maven-plugin-test-skip-1.11
1.10
webtau-maven-plugin-test-skip-1.10
1.9
webtau-maven-plugin-test-skip-1.9
1.8
webtau-maven-plugin-test-skip-1.8
1.7
webtau-maven-plugin-test-skip-1.7
1.6
webtau-maven-plugin-test-skip-1.6
1.5
webtau-maven-plugin-test-skip-1.5
1.4
webtau-maven-plugin-test-skip-1.4
1.3
webtau-maven-plugin-test-skip-1.3
1.2
webtau-maven-plugin-test-skip-1.2
1.1
webtau-maven-plugin-test-skip-1.1
1.0
webtau-maven-plugin-test-skip-1.0
0.31
webtau-maven-plugin-test-skip-0.31
0.30
webtau-maven-plugin-test-skip-0.30

How to add a dependency to Maven

Add the following com.twosigma.webtau : webtau-maven-plugin-test-skip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twosigma.webtau</groupId>
    <artifactId>webtau-maven-plugin-test-skip</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twosigma.webtau : webtau-maven-plugin-test-skip gradle dependency to your build.gradle file:

implementation 'com.twosigma.webtau:webtau-maven-plugin-test-skip:1.20'

Gradle Kotlin DSL: Add the following com.twosigma.webtau : webtau-maven-plugin-test-skip gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twosigma.webtau:webtau-maven-plugin-test-skip:1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twosigma.webtau : webtau-maven-plugin-test-skip sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twosigma.webtau" % "webtau-maven-plugin-test-skip" % "1.20"

Advertisement