| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.lockss |
| Идентификатор | Идентификаторlockss-junit5-bundle |
| Версия | Версия1.3.0 |
| Тип | Типpom |
| Описание |
Описаниеlockss-junit5-bundle
POM bundle for LOCKSS projects using JUnit 5
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| lockss-junit5-bundle-1.3.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/ -->
<dependency>
<groupId>org.lockss</groupId>
<artifactId>lockss-junit5-bundle</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation 'org.lockss:lockss-junit5-bundle:1.3.0'
// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation ("org.lockss:lockss-junit5-bundle:1.3.0")
'org.lockss:lockss-junit5-bundle:pom:1.3.0'
<dependency org="org.lockss" name="lockss-junit5-bundle" rev="1.3.0">
<artifact name="lockss-junit5-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lockss', module='lockss-junit5-bundle', version='1.3.0')
)
libraryDependencies += "org.lockss" % "lockss-junit5-bundle" % "1.3.0"
[org.lockss/lockss-junit5-bundle "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-params | jar | 5.1.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
| org.junit.platform : junit-platform-runner | jar | 1.1.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |