b

beigesoft-accounting

It implements accounting models and services, e.g. AccountingEntry, SalesInvoice, service that fill payroll taxes according tax percentage table, etc.
https://sites.google.com/site/beigesoftware
GNU General Public License version 2 DejaVu fonts License
Yury Demidenko
Files download
File Operation
beigesoft-accounting-1.1.8.jar download
beigesoft-accounting-1.1.8.pom download
beigesoft-accounting-1.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beigesoft-accounting</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beigesoft-accounting:1.1.8'
Gradle Kotlin
implementation("org.beigesoft:beigesoft-accounting:1.1.8")
Scala SBT
libraryDependencies += "org.beigesoft" % "beigesoft-accounting" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beigesoft-accounting', version='1.1.8')
)
Apache Ivy
<dependency org="org.beigesoft" name="beigesoft-accounting" rev="1.1.8" />
Leiningen
[org.beigesoft/beigesoft-accounting "1.1.8"]
Apache Buildr
'org.beigesoft:beigesoft-accounting:jar:1.1.8'