b

beige-blc

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.
https://sites.google.com/site/beigesoftware
BSD 2-Clause License
Yury Demidenko
Files download
File Operation
beige-blc-1.1.jar download
beige-blc-1.1.pom download
beige-blc-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-blc</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-blc:1.1'
Gradle Kotlin
implementation("org.beigesoft:beige-blc:1.1")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-blc" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-blc', version='1.1')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-blc" rev="1.1" />
Leiningen
[org.beigesoft/beige-blc "1.1"]
Apache Buildr
'org.beigesoft:beige-blc:jar:1.1'