License |
License |
---|---|
GroupId | GroupIdio.github.honeycomb-crypto.core |
ArtifactId | ArtifactIdHoneyComb-Core |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHoneyComb Core Library
HoneyComb Core Java Library used by HoneyComb to interact with the HoneyComb blockchain offline. Online interaction is provided by the HoneyComb Core Wallet library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
HoneyComb-Core-0.0.2.pom | |
HoneyComb-Core-0.0.2.jar | 6 KB |
HoneyComb-Core-0.0.2-sources.jar | 3 KB |
HoneyComb-Core-0.0.2-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.honeycomb-crypto.core/HoneyComb-Core/ -->
<dependency>
<groupId>io.github.honeycomb-crypto.core</groupId>
<artifactId>HoneyComb-Core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.honeycomb-crypto.core/HoneyComb-Core/
implementation 'io.github.honeycomb-crypto.core:HoneyComb-Core:0.0.2'
// https://jarcasting.com/artifacts/io.github.honeycomb-crypto.core/HoneyComb-Core/
implementation ("io.github.honeycomb-crypto.core:HoneyComb-Core:0.0.2")
'io.github.honeycomb-crypto.core:HoneyComb-Core:jar:0.0.2'
<dependency org="io.github.honeycomb-crypto.core" name="HoneyComb-Core" rev="0.0.2">
<artifact name="HoneyComb-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.honeycomb-crypto.core', module='HoneyComb-Core', version='0.0.2')
)
libraryDependencies += "io.github.honeycomb-crypto.core" % "HoneyComb-Core" % "0.0.2"
[io.github.honeycomb-crypto.core/HoneyComb-Core "0.0.2"]