не последняя версия
Последняя версия 1.11

org.teasoft:bee 1.7.0

Bee is a Java ORM framework.

Группа

Группа

org.teasoft
Идентификатор

Идентификатор

bee
Версия

Версия

1.7.0
Тип

Тип

jar

Скачать bee 1.7.0

Имя Файла Размер
bee-1.7.0.pom
bee-1.7.0.jar 32 KB
bee-1.7.0-sources.jar 44 KB
bee-1.7.0-javadoc.jar 327 KB
Обзор

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