monix

orcus monix

License

License

GroupId

GroupId

com.github.tkrs
ArtifactId

ArtifactId

orcus-monix_2.11
Last Version

Last Version

0.17.1
Release Date

Release Date

Type

Type

jar
Description

Description

monix
orcus monix
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-monix_2.11

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.github.tkrs : orcus-core_2.11 jar 0.17.1
io.monix : monix-eval_2.11 jar 3.0.0-RC2
io.monix : monix-eval_2.11 jar 3.0.0-RC2

provided (1)

Group / Artifact Type Version
org.apache.hbase : hbase-client jar 2.1.3

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