is not current version
Last Version 1.1

org.beigesoft:beige-acc 1.0

It consists of double entry accounting and trading (web-store) business logic. It's based on previous beigesoft-accounting and beigesoft-webstore projects.

GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beige-acc
Version

Version

1.0
Type

Type

jar

Download beige-acc 1.0


<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-acc/ -->
<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beige-acc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-acc/
implementation 'org.beigesoft:beige-acc:1.0'
// https://jarcasting.com/artifacts/org.beigesoft/beige-acc/
implementation ("org.beigesoft:beige-acc:1.0")
'org.beigesoft:beige-acc:jar:1.0'
<dependency org="org.beigesoft" name="beige-acc" rev="1.0">
  <artifact name="beige-acc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-acc', version='1.0')
)
libraryDependencies += "org.beigesoft" % "beige-acc" % "1.0"
[org.beigesoft/beige-acc "1.0"]