| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.laamella |
| Идентификатор | Идентификаторsnippets-test-junit5 |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.laamella:snippets-test-junit5
Snippet tests for JUnit 5
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| snippets-test-junit5-0.1.pom | |
| snippets-test-junit5-0.1.jar | 11 KB |
| snippets-test-junit5-0.1-sources.jar | 8 KB |
| snippets-test-junit5-0.1-javadoc.jar | 133 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/ -->
<dependency>
<groupId>com.laamella</groupId>
<artifactId>snippets-test-junit5</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/
implementation 'com.laamella:snippets-test-junit5:0.1'
// https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/
implementation ("com.laamella:snippets-test-junit5:0.1")
'com.laamella:snippets-test-junit5:jar:0.1'
<dependency org="com.laamella" name="snippets-test-junit5" rev="0.1">
<artifact name="snippets-test-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laamella', module='snippets-test-junit5', version='0.1')
)
libraryDependencies += "com.laamella" % "snippets-test-junit5" % "0.1"
[com.laamella/snippets-test-junit5 "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |