не последняя версия
Последняя версия 1.5.0

org.itest:itest 1.3.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.

Группа

Группа

org.itest
Идентификатор

Идентификатор

itest
Версия

Версия

1.3.1
Тип

Тип

pom

Скачать itest 1.3.1

Имя Файла Размер
itest-1.3.1.pom 3 KB
Обзор

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