License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-accounting |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft Accounting.
Beigesoft Accounting Java library. It consist of accounting models and services, e.g. SumpplierInvoice,
service that fill payroll taxes according tax percentage table, etc.
|
Project Organization |
Project OrganizationBeigesoft ™ |
Filename | Size |
---|---|
beige-accounting-1.1.3.pom | |
beige-accounting-1.1.3.jar | 410 KB |
beige-accounting-1.1.3-sources.jar | 328 KB |
beige-accounting-1.1.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-accounting/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-accounting</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-accounting/
implementation 'org.beigesoft:beige-accounting:1.1.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-accounting/
implementation ("org.beigesoft:beige-accounting:1.1.3")
'org.beigesoft:beige-accounting:jar:1.1.3'
<dependency org="org.beigesoft" name="beige-accounting" rev="1.1.3">
<artifact name="beige-accounting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-accounting', version='1.1.3')
)
libraryDependencies += "org.beigesoft" % "beige-accounting" % "1.1.3"
[org.beigesoft/beige-accounting "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-replicator | jar | 1.1.3-SNAPSHOT |
org.beigesoft : beige-orm | jar | 1.1.3-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |