is not current version
Last Version 1.11

org.teasoft:bee 1.4.2

Bee is a Java ORM framework.

GroupId

GroupId

org.teasoft
ArtifactId

ArtifactId

bee
Version

Version

1.4.2
Type

Type

jar

Download bee 1.4.2


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