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