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