GroupId | GroupIdcontrolhaus |
---|---|
ArtifactId | ArtifactIdbeehive-controls |
Last Version | Last Versionunofficial-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
beehive-controls-unofficial-1.pom | |
beehive-controls-unofficial-1.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/controlhaus/beehive-controls/ -->
<dependency>
<groupId>controlhaus</groupId>
<artifactId>beehive-controls</artifactId>
<version>unofficial-1</version>
</dependency>
// https://jarcasting.com/artifacts/controlhaus/beehive-controls/
implementation 'controlhaus:beehive-controls:unofficial-1'
// https://jarcasting.com/artifacts/controlhaus/beehive-controls/
implementation ("controlhaus:beehive-controls:unofficial-1")
'controlhaus:beehive-controls:jar:unofficial-1'
<dependency org="controlhaus" name="beehive-controls" rev="unofficial-1">
<artifact name="beehive-controls" type="jar" />
</dependency>
@Grapes(
@Grab(group='controlhaus', module='beehive-controls', version='unofficial-1')
)
libraryDependencies += "controlhaus" % "beehive-controls" % "unofficial-1"
[controlhaus/beehive-controls "unofficial-1"]