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

org.libj:test 0.7.0

Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.

Группа

Группа

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

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

test
Версия

Версия

0.7.0
Тип

Тип

jar

Скачать test 0.7.0


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