| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.libj |
| Идентификатор | Идентификаторtest |
| Версия | Версия0.7.1 |
| Тип | Типjar |
| Описание |
ОписаниеLibJ Test
Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.
|
| Организация-разработчик |
Организация-разработчикLibJ |
| Имя Файла | Размер |
|---|---|
| test-0.7.1.pom | |
| test-0.7.1.jar | 12 KB |
| test-0.7.1-tests.jar | 3 KB |
| test-0.7.1-sources.jar | 9 KB |
| test-0.7.1-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.libj/test/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/test/
implementation 'org.libj:test:0.7.1'
// https://jarcasting.com/artifacts/org.libj/test/
implementation ("org.libj:test:0.7.1")
'org.libj:test:jar:0.7.1'
<dependency org="org.libj" name="test" rev="0.7.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='test', version='0.7.1')
)
libraryDependencies += "org.libj" % "test" % "0.7.1"
[org.libj/test "0.7.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.openjax.xml : dom | jar | 0.9.4 |
| org.xmlunit : xmlunit-core | jar | 2.6.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 3.1.0 |