b

beige-acc

It consists of double entry accounting and trading (web-store) business logic. It's based on previous beigesoft-accounting and beigesoft-webstore projects.
https://sites.google.com/site/beigesoftware
BSD 2-Clause License
Yury Demidenko
Files download
File Operation
beige-acc-1.1.jar download
beige-acc-1.1.pom download
beige-acc-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-acc</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-acc:1.1'
Gradle Kotlin
implementation("org.beigesoft:beige-acc:1.1")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-acc" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-acc', version='1.1')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-acc" rev="1.1" />
Leiningen
[org.beigesoft/beige-acc "1.1"]
Apache Buildr
'org.beigesoft:beige-acc:jar:1.1'