MVN

org.beigesoft : beigesoft-accountingoio-android

Maven & Gradle

Feb 11, 2019

Beigesoft™ Accounting All In One on embedded A-Jetty for Android · This is Android version of Beige-Accounting plus Beige-WebStore on embedded A-Jetty. Web-Store is included for study and tests purposes and you are also able to make full DB copy from cloud version, and you can make price lists (in different price categories) and export it in CSV file to your customers or POS.

<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beigesoft-accountingoio-android</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beigesoft : beigesoft-accountingoio-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of org.beigesoft : beigesoft-accountingoio-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
beigesoft-accountingoio-android-1.1.8
beigesoft-accountingoio-android-1.1.7
beigesoft-accountingoio-android-1.1.6
beigesoft-accountingoio-android-1.1.5
beigesoft-accountingoio-android-1.1.4

How to add a dependency to Maven

Add the following org.beigesoft : beigesoft-accountingoio-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beigesoft-accountingoio-android</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beigesoft : beigesoft-accountingoio-android gradle dependency to your build.gradle file:

implementation 'org.beigesoft:beigesoft-accountingoio-android:1.1.8'

Gradle Kotlin DSL: Add the following org.beigesoft : beigesoft-accountingoio-android gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beigesoft:beigesoft-accountingoio-android:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beigesoft : beigesoft-accountingoio-android sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beigesoft" % "beigesoft-accountingoio-android" % "1.1.8"

Advertisement