| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.finra.herd |
| Идентификатор | Идентификаторherd-dao |
| Последняя версия | Последняя версия0.160.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеherd dao
This project contains the database application layer (DAL) code. This contains code for accessing various external data sources such as
databases, AWS services, etc.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| herd-dao-0.160.0.pom | |
| herd-dao-0.160.0.jar | 361 KB |
| herd-dao-0.160.0-tests.jar | 498 KB |
| herd-dao-0.160.0-sources.jar | 316 KB |
| herd-dao-0.160.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-dao/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-dao</artifactId>
<version>0.160.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-dao/
implementation 'org.finra.herd:herd-dao:0.160.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-dao/
implementation ("org.finra.herd:herd-dao:0.160.0")
'org.finra.herd:herd-dao:jar:0.160.0'
<dependency org="org.finra.herd" name="herd-dao" rev="0.160.0">
<artifact name="herd-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-dao', version='0.160.0')
)
libraryDependencies += "org.finra.herd" % "herd-dao" % "0.160.0"
[org.finra.herd/herd-dao "0.160.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.finra.herd : herd-model-api | test-jar | 0.160.0 |
| org.finra.herd : herd-model | test-jar | 0.160.0 |
| org.finra.herd : herd-core | test-jar | 0.160.0 |
| com.amazonaws : aws-java-sdk-config | jar | 1.12.90 |
| org.springframework : spring-test | jar | 4.3.30.RELEASE |
| org.apache.commons : commons-dbcp2 | jar | 2.5.0 |
| org.mockito : mockito-core | jar | 2.10.0 |
| junit : junit | jar | 4.12 |
| org.postgresql : postgresql | jar | 42.1.4.jre7 |
| com.h2database : h2 Необязательный | jar | 1.4.200 |