MVN

it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration

Maven & Gradle

Sep 03, 2010

blueBill Mobile - Android Integration Tests

<dependency>
    <groupId>it.tidalwave.bluebill.android</groupId>
    <artifactId>bluebill-mobile-android-test-integration</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15
  • Latest Release Candidate: 0.15.RC1

All Versions

Choose a version of it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
bluebill-mobile-android-test-integration-0.15.RC1
0.15
bluebill-mobile-android-test-integration-0.15
0.14.x
bluebill-mobile-android-test-integration-0.14.1.RC3
bluebill-mobile-android-test-integration-0.14.1
bluebill-mobile-android-test-integration-0.14.1.RC2
bluebill-mobile-android-test-integration-0.14.1.RC1
bluebill-mobile-android-test-integration-0.14.RC1
0.14
bluebill-mobile-android-test-integration-0.14

How to add a dependency to Maven

Add the following it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.bluebill.android</groupId>
    <artifactId>bluebill-mobile-android-test-integration</artifactId>
    <version>0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration gradle dependency to your build.gradle file:

implementation 'it.tidalwave.bluebill.android:bluebill-mobile-android-test-integration:0.15'

Gradle Kotlin DSL: Add the following it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.bluebill.android:bluebill-mobile-android-test-integration:0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.bluebill.android : bluebill-mobile-android-test-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.bluebill.android" % "bluebill-mobile-android-test-integration" % "0.15"