Rooster
A generic JDBC DAO with implementation to support Apache Phoenix. For example usage, Please see test
.
License |
License |
---|---|
GroupId | GroupIdcom.github.codegerm |
ArtifactId | ArtifactIdorg.cg.rooster |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.codegerm:org.cg.rooster
A generic JDBC DAO with implementation to support Apache Phoenix.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.cg.rooster-1.0.5.pom | |
org.cg.rooster-1.0.5.jar | 26 KB |
org.cg.rooster-1.0.5-sources.jar | 15 KB |
org.cg.rooster-1.0.5-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codegerm/org.cg.rooster/ -->
<dependency>
<groupId>com.github.codegerm</groupId>
<artifactId>org.cg.rooster</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.rooster/
implementation 'com.github.codegerm:org.cg.rooster:1.0.5'
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.rooster/
implementation ("com.github.codegerm:org.cg.rooster:1.0.5")
'com.github.codegerm:org.cg.rooster:jar:1.0.5'
<dependency org="com.github.codegerm" name="org.cg.rooster" rev="1.0.5">
<artifact name="org.cg.rooster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codegerm', module='org.cg.rooster', version='1.0.5')
)
libraryDependencies += "com.github.codegerm" % "org.cg.rooster" % "1.0.5"
[com.github.codegerm/org.cg.rooster "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
org.springframework.data : spring-data-commons | jar | 1.11.2.RELEASE |
junit : junit | jar | 4.11 |
org.apache.zookeeper : zookeeper | jar | 3.3.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.phoenix : phoenix-core | jar | 4.5.2-HBase-1.0 |
A generic JDBC DAO with implementation to support Apache Phoenix. For example usage, Please see test
.