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