MVN

name.dmaus.schxslt : testsuite-cli

Maven & Gradle

Mar 04, 2021
0 stars

SchXslt Testsuite Commandline Application

<dependency>
    <groupId>name.dmaus.schxslt</groupId>
    <artifactId>testsuite-cli</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.dmaus.schxslt : testsuite-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of name.dmaus.schxslt : testsuite-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
testsuite-cli-1.8.2
testsuite-cli-1.8.1
1.8
testsuite-cli-1.8
1.7.x
testsuite-cli-1.7.1
1.7
testsuite-cli-1.7
1.6.x
testsuite-cli-1.6.2
testsuite-cli-1.6.1
1.6
testsuite-cli-1.6

How to add a dependency to Maven

Add the following name.dmaus.schxslt : testsuite-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.dmaus.schxslt</groupId>
    <artifactId>testsuite-cli</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.dmaus.schxslt : testsuite-cli gradle dependency to your build.gradle file:

implementation 'name.dmaus.schxslt:testsuite-cli:1.8.2'

Gradle Kotlin DSL: Add the following name.dmaus.schxslt : testsuite-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("name.dmaus.schxslt:testsuite-cli:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.dmaus.schxslt : testsuite-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "name.dmaus.schxslt" % "testsuite-cli" % "1.8.2"

Advertisement