is not current version
Last Version 1.11

org.teasoft:bee 1.8.99

Bee is a Java ORM framework.

GroupId

GroupId

org.teasoft
ArtifactId

ArtifactId

bee
Version

Version

1.8.99
Type

Type

jar

Download bee 1.8.99


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