Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.moparisthebest.beehive |
ArtifactId | ArtifactIdbeehive-netui-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
beehive-netui-core-1.0.2.pom | |
beehive-netui-core-1.0.2.jar | 729 KB |
beehive-netui-core-1.0.2-sources.jar | 664 KB |
beehive-netui-core-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-core/
implementation 'com.moparisthebest.beehive:beehive-netui-core:1.0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-core/
implementation ("com.moparisthebest.beehive:beehive-netui-core:1.0.2")
'com.moparisthebest.beehive:beehive-netui-core:jar:1.0.2'
<dependency org="com.moparisthebest.beehive" name="beehive-netui-core" rev="1.0.2">
<artifact name="beehive-netui-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.beehive', module='beehive-netui-core', version='1.0.2')
)
libraryDependencies += "com.moparisthebest.beehive" % "beehive-netui-core" % "1.0.2"
[com.moparisthebest.beehive/beehive-netui-core "1.0.2"]