is not current version
Last Version 1.1

org.beigesoft:beige-blc 1.0

It consists of common business logic, e.g. persistable models to store languages, countries, users, abstraction and implementations of services like ORM, JDBC, CSV writer, etc. This is based on beigesoft-bcommon.

GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beige-blc
Version

Version

1.0
Type

Type

jar

Download beige-blc 1.0


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