b

beigesoft-bcommon

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.
https://sites.google.com/site/beigesoftware
GNU General Public License version 2
Yury Demidenko
文件下载
文件名 操作
beigesoft-bcommon-1.1.8.jar 下载
beigesoft-bcommon-1.1.8.pom 下载
beigesoft-bcommon-1.1.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beigesoft-bcommon</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beigesoft-bcommon:1.1.8'
Gradle Kotlin
implementation("org.beigesoft:beigesoft-bcommon:1.1.8")
Scala SBT
libraryDependencies += "org.beigesoft" % "beigesoft-bcommon" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beigesoft-bcommon', version='1.1.8')
)
Apache Ivy
<dependency org="org.beigesoft" name="beigesoft-bcommon" rev="1.1.8" />
Leiningen
[org.beigesoft/beigesoft-bcommon "1.1.8"]
Apache Buildr
'org.beigesoft:beigesoft-bcommon:jar:1.1.8'