core

orcus core

License

License

GroupId

GroupId

com.github.tkrs
ArtifactId

ArtifactId

orcus-core_2.11
Last Version

Last Version

0.17.1
Release Date

Release Date

Type

Type

jar
Description

Description

core
orcus core
Project URL

Project URL

https://github.com/tkrs/orcus
Project Organization

Project Organization

com.github.tkrs
Source Code Management

Source Code Management

https://github.com/tkrs/orcus

Download orcus-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.11/ -->
<dependency>
    <groupId>com.github.tkrs</groupId>
    <artifactId>orcus-core_2.11</artifactId>
    <version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.11/
implementation 'com.github.tkrs:orcus-core_2.11:0.17.1'
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.11/
implementation ("com.github.tkrs:orcus-core_2.11:0.17.1")
'com.github.tkrs:orcus-core_2.11:jar:0.17.1'
<dependency org="com.github.tkrs" name="orcus-core_2.11" rev="0.17.1">
  <artifact name="orcus-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='orcus-core_2.11', version='0.17.1')
)
libraryDependencies += "com.github.tkrs" % "orcus-core_2.11" % "0.17.1"
[com.github.tkrs/orcus-core_2.11 "0.17.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.typelevel : cats-core_2.11 jar 1.6.0
org.typelevel : cats-core_2.11 jar 1.6.0
com.chuusai : shapeless_2.11 jar 2.3.3
com.chuusai : shapeless_2.11 jar 2.3.3
org.scala-lang.modules : scala-java8-compat_2.11 jar 0.9.0
org.scala-lang.modules : scala-java8-compat_2.11 jar 0.9.0
org.typelevel : export-hook_2.11 jar 1.2.0
org.typelevel : export-hook_2.11 jar 1.2.0

provided (3)

Group / Artifact Type Version
org.apache.hbase : hbase-client jar 2.1.3
org.scala-lang : scala-reflect jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.5
org.scalacheck : scalacheck_2.11 jar 1.14.0
org.mockito : mockito-core jar 2.23.0

Project Modules

There are no modules declared in this project.

orcus

CI Release codecov Maven Central Latest version

orcus is a library to interact with HBase/Bigtable built atop HBase Java Client/Bigtable Java Client for connecting to an HBase/Bigtable instance. Also, it has a feature to automatically derive a result object to an arbitrary type object.

How to use it

HBase

libraryDependencies += Seq(
  "com.github.tkrs" %% "orcus-hbase" % "x.y.z"
)

And, so look at this example

Bigtable

libraryDependencies += Seq(
  "com.github.tkrs" %% "orcus-bigtable" % "x.y.z"
)

And, so look at this example

LICENSE

MIT

Versions

Version
0.17.1
0.17.0
0.16.2
0.16.0
0.15.0
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.3.0
0.2.0
0.1.0