License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-blc |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft™ common business logic library.
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beige-blc-1.1.pom | |
beige-blc-1.1.jar | 508 KB |
beige-blc-1.1-tests.jar | 128 KB |
beige-blc-1.1-src.tar.bz2 | 175 KB |
beige-blc-1.1-sources.jar | 635 KB |
beige-blc-1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-blc/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-blc</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-blc/
implementation 'org.beigesoft:beige-blc:1.1'
// https://jarcasting.com/artifacts/org.beigesoft/beige-blc/
implementation ("org.beigesoft:beige-blc:1.1")
'org.beigesoft:beige-blc:jar:1.1'
<dependency org="org.beigesoft" name="beige-blc" rev="1.1">
<artifact name="beige-blc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-blc', version='1.1')
)
libraryDependencies += "org.beigesoft" % "beige-blc" % "1.1"
[org.beigesoft/beige-blc "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-logging-base | jar | 1.0.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.zaxxer : HikariCP | jar | 3.4.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.beigesoft : beige-logging-slf4j | jar | 1.0.3 |
org.xerial : sqlite-jdbc | jar | 3.32.3.2 |
org.postgresql : postgresql | jar | 42.2.16 |
mysql : mysql-connector-java | jar | 8.0.21 |