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