is not current version
Last Version 3.1.0

com.github.stefanofornari:xtest 2.1.0

A TDD framework to make coding drven by specifications easier

GroupId

GroupId

com.github.stefanofornari
ArtifactId

ArtifactId

xtest
Version

Version

2.1.0
Type

Type

jar

Download xtest 2.1.0


<!-- https://jarcasting.com/artifacts/com.github.stefanofornari/xtest/ -->
<dependency>
    <groupId>com.github.stefanofornari</groupId>
    <artifactId>xtest</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanofornari/xtest/
implementation 'com.github.stefanofornari:xtest:2.1.0'
// https://jarcasting.com/artifacts/com.github.stefanofornari/xtest/
implementation ("com.github.stefanofornari:xtest:2.1.0")
'com.github.stefanofornari:xtest:jar:2.1.0'
<dependency org="com.github.stefanofornari" name="xtest" rev="2.1.0">
  <artifact name="xtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanofornari', module='xtest', version='2.1.0')
)
libraryDependencies += "com.github.stefanofornari" % "xtest" % "2.1.0"
[com.github.stefanofornari/xtest "2.1.0"]