is not current version
Last Version 0.0.2

io.github.honeycomb-crypto.core:HoneyComb-Core 0.0.1

HoneyComb Core Java Library used by HoneyComb to interact with the HoneyComb blockchain offline. Online interaction is provided by the HoneyComb Core Wallet library.

GroupId

GroupId

io.github.honeycomb-crypto.core
ArtifactId

ArtifactId

HoneyComb-Core
Version

Version

0.0.1
Type

Type

jar

Download HoneyComb-Core 0.0.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.honeycomb-crypto.core/HoneyComb-Core/
implementation 'io.github.honeycomb-crypto.core:HoneyComb-Core:0.0.1'
// https://jarcasting.com/artifacts/io.github.honeycomb-crypto.core/HoneyComb-Core/
implementation ("io.github.honeycomb-crypto.core:HoneyComb-Core:0.0.1")
'io.github.honeycomb-crypto.core:HoneyComb-Core:jar:0.0.1'
<dependency org="io.github.honeycomb-crypto.core" name="HoneyComb-Core" rev="0.0.1">
  <artifact name="HoneyComb-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.honeycomb-crypto.core', module='HoneyComb-Core', version='0.0.1')
)
libraryDependencies += "io.github.honeycomb-crypto.core" % "HoneyComb-Core" % "0.0.1"
[io.github.honeycomb-crypto.core/HoneyComb-Core "0.0.1"]