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