Rooster
A generic JDBC DAO with implementation to support Apache Phoenix. For example usage, Please see test.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.codegerm |
| Идентификатор | Идентификаторorg.cg.rooster |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.codegerm:org.cg.rooster
A generic JDBC DAO with implementation to support Apache Phoenix.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.