License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-common |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft common Java library.
Beigesoft common Java library. It contains common abstractions, some implementations, some models, e.g. IFactory, IDelegate, Srvi18N, APersistableBase.
|
Project Organization |
Project OrganizationBeigesoft ™ |
Filename | Size |
---|---|
beige-common-1.1.3.pom | |
beige-common-1.1.3.jar | 51 KB |
beige-common-1.1.3-sources.jar | 57 KB |
beige-common-1.1.3-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-common/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-common</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-common/
implementation 'org.beigesoft:beige-common:1.1.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-common/
implementation ("org.beigesoft:beige-common:1.1.3")
'org.beigesoft:beige-common:jar:1.1.3'
<dependency org="org.beigesoft" name="beige-common" rev="1.1.3">
<artifact name="beige-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-common', version='1.1.3')
)
libraryDependencies += "org.beigesoft" % "beige-common" % "1.1.3"
[org.beigesoft/beige-common "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |