MVN

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

Maven & Gradle

Sep 03, 2010
3 usages

blueBill Mobile - Android (application)

<dependency>
    <groupId>it.tidalwave.bluebill.android</groupId>
    <artifactId>bluebill-mobile-android</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 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
bluebill-mobile-android-0.15.RC1
0.15
bluebill-mobile-android-0.15
0.14.x
bluebill-mobile-android-0.14.1.RC3
bluebill-mobile-android-0.14.1
bluebill-mobile-android-0.14.1.RC2
bluebill-mobile-android-0.14.1.RC1
bluebill-mobile-android-0.14.RC1
0.14
bluebill-mobile-android-0.14
0.13.x
bluebill-mobile-android-0.13.0
0.12.x
bluebill-mobile-android-0.12.1
bluebill-mobile-android-0.12.0
0.11.x
bluebill-mobile-android-0.11.1
bluebill-mobile-android-0.11.0
0.10.x
bluebill-mobile-android-0.10.0
0.9.x
bluebill-mobile-android-0.9.1
bluebill-mobile-android-0.9.0

How to add a dependency to Maven

Add the following it.tidalwave.bluebill.android : bluebill-mobile-android 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</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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