License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeigesoft-bcommon |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft™ common business logic library.
It consist of common abstractions, some implementations, some models, e.g. IFactory, ISrvOrm, ISrvDatabase, ISrvI18N, APersistableBase,
persistable models for JDBC authentication for Tomcat and Jetty standards etc.
|
Project URL |
Project URL |
Filename | Size |
---|---|
beigesoft-bcommon-1.1.8.pom | |
beigesoft-bcommon-1.1.8.jar | 139 KB |
beigesoft-bcommon-1.1.8-tests.jar | 59 KB |
beigesoft-bcommon-1.1.8-src.tar.bz2 | 76 KB |
beigesoft-bcommon-1.1.8-sources.jar | 150 KB |
beigesoft-bcommon-1.1.8-javadoc.jar | 860 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beigesoft-bcommon/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beigesoft-bcommon</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-bcommon/
implementation 'org.beigesoft:beigesoft-bcommon:1.1.8'
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-bcommon/
implementation ("org.beigesoft:beigesoft-bcommon:1.1.8")
'org.beigesoft:beigesoft-bcommon:jar:1.1.8'
<dependency org="org.beigesoft" name="beigesoft-bcommon" rev="1.1.8">
<artifact name="beigesoft-bcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beigesoft-bcommon', version='1.1.8')
)
libraryDependencies += "org.beigesoft" % "beigesoft-bcommon" % "1.1.8"
[org.beigesoft/beigesoft-bcommon "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-logging-base | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |