| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.onliner10 |
| Идентификатор | Идентификаторbdd4J |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBdd4J
BDD(Behaviour Drivven Development) test runner for JUnit, inspired by Machine.Specifications
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bdd4J-1.0.pom | |
| bdd4J-1.0.jar | 7 KB |
| bdd4J-1.0-sources.jar | 4 KB |
| bdd4J-1.0-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/ -->
<dependency>
<groupId>com.github.onliner10</groupId>
<artifactId>bdd4J</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/
implementation 'com.github.onliner10:bdd4J:1.0'
// https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/
implementation ("com.github.onliner10:bdd4J:1.0")
'com.github.onliner10:bdd4J:jar:1.0'
<dependency org="com.github.onliner10" name="bdd4J" rev="1.0">
<artifact name="bdd4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onliner10', module='bdd4J', version='1.0')
)
libraryDependencies += "com.github.onliner10" % "bdd4J" % "1.0"
[com.github.onliner10/bdd4J "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.8.1,) |