| Группа | Группаcom.tngtech.jgiven |
|---|---|
| Идентификатор | Идентификаторjgiven-core |
| Версия | Версия0.13.0-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jgiven-core-0.13.0-RC1.pom | |
| jgiven-core-0.13.0-RC1.jar | 246 KB |
| jgiven-core-0.13.0-RC1-sources.jar | 133 KB |
| jgiven-core-0.13.0-RC1-javadoc.jar | 455 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-core/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-core</artifactId>
<version>0.13.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-core/
implementation 'com.tngtech.jgiven:jgiven-core:0.13.0-RC1'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-core/
implementation ("com.tngtech.jgiven:jgiven-core:0.13.0-RC1")
'com.tngtech.jgiven:jgiven-core:jar:0.13.0-RC1'
<dependency org="com.tngtech.jgiven" name="jgiven-core" rev="0.13.0-RC1">
<artifact name="jgiven-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-core', version='0.13.0-RC1')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-core" % "0.13.0-RC1"
[com.tngtech.jgiven/jgiven-core "0.13.0-RC1"]