is not current version
Last Version 1.2.2

com.tngtech.jgiven:jgiven-android 1.0.0-RC6

JGiven - BDD in plain Java - Module jgiven-android

GroupId

GroupId

com.tngtech.jgiven
ArtifactId

ArtifactId

jgiven-android
Version

Version

1.0.0-RC6
Type

Type

aar

Download jgiven-android 1.0.0-RC6


<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-android/ -->
<dependency>
    <groupId>com.tngtech.jgiven</groupId>
    <artifactId>jgiven-android</artifactId>
    <version>1.0.0-RC6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-android/
implementation 'com.tngtech.jgiven:jgiven-android:1.0.0-RC6'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-android/
implementation ("com.tngtech.jgiven:jgiven-android:1.0.0-RC6")
'com.tngtech.jgiven:jgiven-android:aar:1.0.0-RC6'
<dependency org="com.tngtech.jgiven" name="jgiven-android" rev="1.0.0-RC6">
  <artifact name="jgiven-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-android', version='1.0.0-RC6')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-android" % "1.0.0-RC6"
[com.tngtech.jgiven/jgiven-android "1.0.0-RC6"]