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