| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kyleroush |
| Идентификатор | Идентификаторfeatures |
| Версия | Версия1.4 |
| Тип | Типjar |
| Описание |
Описаниеempower cucumber uses to have reuse across features
|
| Имя Файла | Размер |
|---|---|
| features-1.4.pom | |
| features-1.4.jar | 3 KB |
| features-1.4-sources.jar | 3 KB |
| features-1.4-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kyleroush/features/ -->
<dependency>
<groupId>com.github.kyleroush</groupId>
<artifactId>features</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kyleroush/features/
implementation 'com.github.kyleroush:features:1.4'
// https://jarcasting.com/artifacts/com.github.kyleroush/features/
implementation ("com.github.kyleroush:features:1.4")
'com.github.kyleroush:features:jar:1.4'
<dependency org="com.github.kyleroush" name="features" rev="1.4">
<artifact name="features" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kyleroush', module='features', version='1.4')
)
libraryDependencies += "com.github.kyleroush" % "features" % "1.4"
[com.github.kyleroush/features "1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.cucumber : cucumber-java | jar | 2.3.1 |