null

Uploads all artifacts belonging to configuration ':archives'

License

License

GroupId

GroupId

us.eharning.atomun
ArtifactId

ArtifactId

atomun-core
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

null
Uploads all artifacts belonging to configuration ':archives'
Source Code Management

Source Code Management

https://github.com/harningt/atomun-core

Download atomun-core

How to add to project

<!-- https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/ -->
<dependency>
    <groupId>us.eharning.atomun</groupId>
    <artifactId>atomun-core</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/
implementation 'us.eharning.atomun:atomun-core:0.0.2'
// https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/
implementation ("us.eharning.atomun:atomun-core:0.0.2")
'us.eharning.atomun:atomun-core:jar:0.0.2'
<dependency org="us.eharning.atomun" name="atomun-core" rev="0.0.2">
  <artifact name="atomun-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.eharning.atomun', module='atomun-core', version='0.0.2')
)
libraryDependencies += "us.eharning.atomun" % "atomun-core" % "0.0.2"
[us.eharning.atomun/atomun-core "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
com.google.code.findbugs : jsr305 jar 3.0.1
org.bouncycastle : bcprov-jdk15on jar 1.54
com.google.code.findbugs : annotations jar 3.0.1

test (4)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.4
org.codehaus.groovy : groovy jar 2.4.5
org.yaml : snakeyaml jar 1.16
net.trajano.caliper : caliper jar 1.2.1

Project Modules

There are no modules declared in this project.

atomun-core

License

DEVELOP Build Status codecov.io

MASTER Build Status codecov.io

Enter Atomun - the Java Bitcoin utility library collection.

This library implements the base functionality required across the various pieces of Atomun.

Join the chat at https://gitter.im/harningt/atomun

Versioning

This library will follow the guidelines set forth in Semantic Versioning 2.0

Public APIs not marked with @Beta are considered under the purview of the versioning rules.

@Beta items follow the attached documentation to the annotation, shortly put:

Do not rely on this to exist in the future as it is not "API-frozen". It may change functionality or be removed in any future release.

Public APIs inside the us.eharning.atomun.core.internal namespace are not considered 'public' per the versioning rules.

License

This library is covered under the Apache 2.0 license as indicated in the LICENSE file.

Repository Details

The repository is managed using the Gitflow workflow. Note that any published feature/* branches are subject to history modification, so beware working off of those.

Non-annotated tags will be added in the form vMAJOR.MINOR.MICRO-DEV to denote the start of a new feature. This will guide the next release to be versioned as vMAJOR.MINOR.MICRO. Without this, the next expected version would be a MICRO-change.

Signed and annotated tags will be added in the form vMAJOR.MINOR.MICRO to denote releases.

Maven Artifacts

Maven Group ID: us.eharning.atomun Name: atomun-core

Signed SNAPSHOT artifacts are pushed per-commit by Travis-CI to the Maven Central SNAPSHOT archive.

Signed release artifacts will be pushed directly to Maven Central.

https://oss.sonatype.org/content/groups/public/

Release Signing

Releases will be signed by the following privately held GPG key. It doesn't get published to Travis-CI.

pub   2048R/F8908096 2014-10-29
      Key fingerprint = B6CC 560D F1C0 991E 08AA  555A ED63 F369 F890 8096
uid                  Thomas Harning Jr (CODE SIGNING KEY) <[email protected]>

See also http://www.eharning.us/gpg/

Snapshot Signing

Snapshots will be signed by a key held by Travis-CI in their encrypted data stores. I figured it would be better to sign the snapshots than not have them signed at all, even if the specific key is less protected.

pub   2048R/EF39E8D8 2015-03-10
      Key fingerprint = FCA2 D4CC 9294 38B7 5B91  8D9E 6BF2 A2D1 EF39 E8D8
uid                  Thomas Harning Jr (AUTOMATED CI CODESIGNER) <[email protected]>

Tag Signing

Tags will be signed by the following privately held hardware-based GPG key.

pub   3072R/B1DBAD54 2011-04-19
      Key fingerprint = 2F0A FF2E A8A0 1485 C95B  8650 F0A4 C0F7 B1DB AD54
uid                  Thomas Harning Jr <[email protected]>

Dependencies

Build

  • Gradle

Runtime

  • Kotlin
  • Bouncycastle

Test

  • Spock Framework
  • caliper

Quality

  • FindBugs

Acknowledgements

Other Builds

Wercker Shippable

Versions

Version
0.0.2
0.0.1