MVN

org.cornutum.tcases : tcases-shell

Maven & Gradle

May 31, 2023
205 stars

Tcases Shell · Generates test cases from system input space models

<dependency>
    <groupId>org.cornutum.tcases</groupId>
    <artifactId>tcases-shell</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cornutum.tcases : tcases-shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.cornutum.tcases : tcases-shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tcases-shell-4.0.2
tcases-shell-4.0.1
tcases-shell-4.0.0
3.8.x
tcases-shell-3.8.6
tcases-shell-3.8.5
tcases-shell-3.8.4
tcases-shell-3.8.3
tcases-shell-3.8.2
tcases-shell-3.8.1
tcases-shell-3.8.0
3.7.x
tcases-shell-3.7.2
tcases-shell-3.7.1
tcases-shell-3.7.0
3.6.x
tcases-shell-3.6.3
tcases-shell-3.6.2
tcases-shell-3.6.1
tcases-shell-3.6.0
3.5.x
tcases-shell-3.5.1
tcases-shell-3.5.0
3.4.x
tcases-shell-3.4.2
tcases-shell-3.4.1
tcases-shell-3.4.0
3.3.x
tcases-shell-3.3.0
3.2.x
tcases-shell-3.2.1
tcases-shell-3.2.0
3.1.x
tcases-shell-3.1.2
tcases-shell-3.1.1
tcases-shell-3.1.0
3.0.x
tcases-shell-3.0.2
tcases-shell-3.0.1
tcases-shell-3.0.0
2.1.x
tcases-shell-2.1.2
tcases-shell-2.1.1
tcases-shell-2.1.0
2.0.x
tcases-shell-2.0.0
1.5.x
tcases-shell-1.5.4
tcases-shell-1.5.3
tcases-shell-1.5.2
tcases-shell-1.5.1
tcases-shell-1.5.0
1.4.x
tcases-shell-1.4.0
1.3.x
tcases-shell-1.3.1
tcases-shell-1.3.0
1.2.x
tcases-shell-1.2.2
tcases-shell-1.2.1
tcases-shell-1.2.0
1.1.x
tcases-shell-1.1.1
tcases-shell-1.1.0

How to add a dependency to Maven

Add the following org.cornutum.tcases : tcases-shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cornutum.tcases</groupId>
    <artifactId>tcases-shell</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cornutum.tcases : tcases-shell gradle dependency to your build.gradle file:

implementation 'org.cornutum.tcases:tcases-shell:4.0.2'

Gradle Kotlin DSL: Add the following org.cornutum.tcases : tcases-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cornutum.tcases:tcases-shell:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cornutum.tcases : tcases-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cornutum.tcases" % "tcases-shell" % "4.0.2"

Advertisement