is not current version
Last Version 1.1.3

org.beigesoft:beige-common 1.1.1

Beigesoft common Java library. It contains common abstractions, some implementations, some models, e.g. IFactory, IDelegate, Srvi18N, APersistableBase.

GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beige-common
Version

Version

1.1.1
Type

Type

jar

Download beige-common 1.1.1


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