| License |
License |
|---|---|
| GroupId | GroupIdorg.teasoft |
| ArtifactId | ArtifactIdbee |
| Last Version | Last Version1.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBee
Bee is a Java ORM framework.Easy and Stronger!
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bee-1.11.pom | |
| bee-1.11.jar | 33 KB |
| bee-1.11-sources.jar | 48 KB |
| bee-1.11-javadoc.jar | 341 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.teasoft/bee/ -->
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation 'org.teasoft:bee:1.11'
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation ("org.teasoft:bee:1.11")
'org.teasoft:bee:jar:1.11'
<dependency org="org.teasoft" name="bee" rev="1.11">
<artifact name="bee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teasoft', module='bee', version='1.11')
)
libraryDependencies += "org.teasoft" % "bee" % "1.11"
[org.teasoft/bee "1.11"]