Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.moparisthebest.beehive |
ArtifactId | ArtifactIdbeehive-netui-compiler |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-compiler/ -->
<dependency>
<groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive-netui-compiler</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-compiler/
implementation 'com.moparisthebest.beehive:beehive-netui-compiler:1.0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-compiler/
implementation ("com.moparisthebest.beehive:beehive-netui-compiler:1.0.2")
'com.moparisthebest.beehive:beehive-netui-compiler:jar:1.0.2'
<dependency org="com.moparisthebest.beehive" name="beehive-netui-compiler" rev="1.0.2">
<artifact name="beehive-netui-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.beehive', module='beehive-netui-compiler', version='1.0.2')
)
libraryDependencies += "com.moparisthebest.beehive" % "beehive-netui-compiler" % "1.0.2"
[com.moparisthebest.beehive/beehive-netui-compiler "1.0.2"]