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

org.teasoft:bee 1.8

Bee is a Java ORM framework.

Группа

Группа

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

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

bee
Версия

Версия

1.8
Тип

Тип

jar

Скачать bee 1.8

Имя Файла Размер
bee-1.8.pom
bee-1.8.jar 37 KB
bee-1.8-sources.jar 68 KB
bee-1.8-javadoc.jar 409 KB
Обзор

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