License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeigesoft-accounting |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft™ Accounting library.
It implements accounting models and services, e.g. AccountingEntry, SalesInvoice, service that fill payroll taxes according tax percentage table, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beigesoft-accounting-1.1.8.pom | |
beigesoft-accounting-1.1.8.jar | 956 KB |
beigesoft-accounting-1.1.8-src.tar.bz2 | 678 KB |
beigesoft-accounting-1.1.8-sources.jar | 882 KB |
beigesoft-accounting-1.1.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beigesoft-accounting/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beigesoft-accounting</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-accounting/
implementation 'org.beigesoft:beigesoft-accounting:1.1.8'
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-accounting/
implementation ("org.beigesoft:beigesoft-accounting:1.1.8")
'org.beigesoft:beigesoft-accounting:jar:1.1.8'
<dependency org="org.beigesoft" name="beigesoft-accounting" rev="1.1.8">
<artifact name="beigesoft-accounting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beigesoft-accounting', version='1.1.8')
)
libraryDependencies += "org.beigesoft" % "beigesoft-accounting" % "1.1.8"
[org.beigesoft/beigesoft-accounting "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beigesoft-replicator | jar | 1.1.8 |
org.beigesoft : beigesoft-orm | jar | 1.1.8 |
org.beigesoft : beige-pdfwriter | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |