| License |
License |
|---|---|
| GroupId | GroupIdorg.teasoft |
| ArtifactId | ArtifactIdbee |
| Version | Version1.9.8 |
| 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.9.8.pom | |
| bee-1.9.8.jar | 50 KB |
| bee-1.9.8-sources.jar | 90 KB |
| bee-1.9.8-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.teasoft/bee/ -->
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee</artifactId>
<version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation 'org.teasoft:bee:1.9.8'
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation ("org.teasoft:bee:1.9.8")
'org.teasoft:bee:jar:1.9.8'
<dependency org="org.teasoft" name="bee" rev="1.9.8">
<artifact name="bee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teasoft', module='bee', version='1.9.8')
)
libraryDependencies += "org.teasoft" % "bee" % "1.9.8"
[org.teasoft/bee "1.9.8"]