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