| GroupId | GroupIdorg.teasoft |
|---|---|
| ArtifactId | ArtifactIdbee |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bee-1.6.0.pom | |
| bee-1.6.0.jar | 29 KB |
| bee-1.6.0-sources.jar | 33 KB |
| bee-1.6.0-javadoc.jar | 294 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.teasoft/bee/ -->
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation 'org.teasoft:bee:1.6.0'
// https://jarcasting.com/artifacts/org.teasoft/bee/
implementation ("org.teasoft:bee:1.6.0")
'org.teasoft:bee:jar:1.6.0'
<dependency org="org.teasoft" name="bee" rev="1.6.0">
<artifact name="bee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teasoft', module='bee', version='1.6.0')
)
libraryDependencies += "org.teasoft" % "bee" % "1.6.0"
[org.teasoft/bee "1.6.0"]