| Группа | Группаcontrolhaus |
|---|---|
| Идентификатор | Идентификаторbeehive-controls |
| Версия | Версияunofficial-1 |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| beehive-controls-unofficial-1.pom | |
| beehive-controls-unofficial-1.jar | 205 KB |
| Обзор |
<!-- 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"]