| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tngtech.jgiven |
| Идентификатор | Идентификаторjgiven-parent |
| Последняя версия | Последняя версия0.5.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJGiven
JGiven - BDD for Java in Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jgiven-parent-0.5.4.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-parent</artifactId>
<version>0.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation 'com.tngtech.jgiven:jgiven-parent:0.5.4'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation ("com.tngtech.jgiven:jgiven-parent:0.5.4")
'com.tngtech.jgiven:jgiven-parent:pom:0.5.4'
<dependency org="com.tngtech.jgiven" name="jgiven-parent" rev="0.5.4">
<artifact name="jgiven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-parent', version='0.5.4')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-parent" % "0.5.4"
[com.tngtech.jgiven/jgiven-parent "0.5.4"]