is not current version
Last Version 1.5.0

org.itest:itest 1.1.1

Java ITest Framework is designed to simplify unit testing to minimum. You define tests by providing initial data and expected result data. The test data are placed just in your source code you want to test, as java annotations.

GroupId

GroupId

org.itest
ArtifactId

ArtifactId

itest
Version

Version

1.1.1
Type

Type

pom

Download itest 1.1.1

Filename Size
itest-1.1.1.pom 3 KB
Browse

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