| GroupId | GroupIdbeehive |
|---|---|
| ArtifactId | ArtifactIdcontrols |
| Last Version | Last Version1.0-alpha |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| controls-1.0-alpha.pom | |
| controls-1.0-alpha.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/beehive/controls/ -->
<dependency>
<groupId>beehive</groupId>
<artifactId>controls</artifactId>
<version>1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/beehive/controls/
implementation 'beehive:controls:1.0-alpha'
// https://jarcasting.com/artifacts/beehive/controls/
implementation ("beehive:controls:1.0-alpha")
'beehive:controls:jar:1.0-alpha'
<dependency org="beehive" name="controls" rev="1.0-alpha">
<artifact name="controls" type="jar" />
</dependency>
@Grapes(
@Grab(group='beehive', module='controls', version='1.0-alpha')
)
libraryDependencies += "beehive" % "controls" % "1.0-alpha"
[beehive/controls "1.0-alpha"]