b

beige-accandr

Beigesoft™ Enterprise Information System is a standalone JEE web application that runs on the embedded A-Jetty for Android. Web-Store is included for study and tests purposes, and you are also able to make a full DB copy from a cloud version, and you can make price lists (in different price categories) and export them via CSV files to your customers and POS.
https://sites.google.com/site/beigesoftware
BSD 2-Clause License
Yury Demidenko
Files download
File Operation
beige-accandr-1.1.jar download
beige-accandr-1.1.pom download
beige-accandr-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-accandr</artifactId>
  <version>1.1</version>
  <type>apk</type>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-accandr:1.1'
Gradle Kotlin
implementation("org.beigesoft:beige-accandr:1.1")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-accandr" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-accandr', version='1.1')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-accandr" rev="1.1" />
Leiningen
[org.beigesoft/beige-accandr "1.1"]
Apache Buildr
'org.beigesoft:beige-accandr:jar:1.1'