| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаcom.tngtech.jgiven |
| Идентификатор | Идентификаторjgiven-maven-plugin |
| Версия | Версия0.6.0-RC1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-maven-plugin</artifactId>
<version>0.6.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/
implementation 'com.tngtech.jgiven:jgiven-maven-plugin:0.6.0-RC1'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/
implementation ("com.tngtech.jgiven:jgiven-maven-plugin:0.6.0-RC1")
'com.tngtech.jgiven:jgiven-maven-plugin:jar:0.6.0-RC1'
<dependency org="com.tngtech.jgiven" name="jgiven-maven-plugin" rev="0.6.0-RC1">
<artifact name="jgiven-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-maven-plugin', version='0.6.0-RC1')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-maven-plugin" % "0.6.0-RC1"
[com.tngtech.jgiven/jgiven-maven-plugin "0.6.0-RC1"]