| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.teasoft |
| Идентификатор | Идентификаторbee |
| Версия | Версия1.9.5 |
| Тип | Типjar |
| Описание |
ОписаниеBee
Bee is a Java ORM framework.Easy and Stronger!
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bee-1.9.5.pom | |
| bee-1.9.5.jar | 46 KB |
| bee-1.9.5-sources.jar | 82 KB |
| bee-1.9.5-javadoc.jar | 477 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.teasoft/bee/ -->
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee</artifactId>
<version>1.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation 'org.teasoft:bee:1.9.5'
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation ("org.teasoft:bee:1.9.5")
'org.teasoft:bee:jar:1.9.5'
<dependency org="org.teasoft" name="bee" rev="1.9.5">
<artifact name="bee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teasoft', module='bee', version='1.9.5')
)
libraryDependencies += "org.teasoft" % "bee" % "1.9.5"
[org.teasoft/bee "1.9.5"]