MVN

com.tngtech.jgiven : jgiven-android

Maven & Gradle

Feb 24, 2023
432 stars

jgiven-android · JGiven - BDD in plain Java - Module jgiven-android

<dependency>
    <groupId>com.tngtech.jgiven</groupId>
    <artifactId>jgiven-android</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tngtech.jgiven : jgiven-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5
  • Latest Release Candidate: 1.0.0-RC7

All Versions

Choose a version of com.tngtech.jgiven : jgiven-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jgiven-android-1.2.5
jgiven-android-1.2.4
jgiven-android-1.2.3
jgiven-android-1.2.2
jgiven-android-1.2.1
jgiven-android-1.2.0
1.1.x
jgiven-android-1.1.0
1.0.x
jgiven-android-1.0.0
jgiven-android-1.0.0-RC7
jgiven-android-1.0.0-RC6
jgiven-android-1.0.0-RC4
jgiven-android-1.0.0-RC3
jgiven-android-1.0.0-RC2
jgiven-android-1.0.0-RC1
0.18.x
jgiven-android-0.18.2
jgiven-android-0.18.1
jgiven-android-0.18.0
0.17.x
jgiven-android-0.17.1
jgiven-android-0.17.0
0.16.x
jgiven-android-0.16.1
jgiven-android-0.16.0
0.15.x
jgiven-android-0.15.3
jgiven-android-0.15.2
jgiven-android-0.15.0
0.14.x
jgiven-android-0.14.1
jgiven-android-0.14.0
jgiven-android-0.14.0-RC3
jgiven-android-0.14.0-RC2
jgiven-android-0.14.0-RC1

How to add a dependency to Maven

Add the following com.tngtech.jgiven : jgiven-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tngtech.jgiven</groupId>
    <artifactId>jgiven-android</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tngtech.jgiven : jgiven-android gradle dependency to your build.gradle file:

implementation 'com.tngtech.jgiven:jgiven-android:1.2.5'

Gradle Kotlin DSL: Add the following com.tngtech.jgiven : jgiven-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tngtech.jgiven:jgiven-android:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tngtech.jgiven : jgiven-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tngtech.jgiven" % "jgiven-android" % "1.2.5"

Advertisement