is not current version
Last Version 0.160.0

org.finra.herd:herd-dao 0.122.0

This project contains the database application layer (DAL) code. This contains code for accessing various external data sources such as databases, AWS services, etc.

GroupId

GroupId

org.finra.herd
ArtifactId

ArtifactId

herd-dao
Version

Version

0.122.0
Type

Type

jar

Download herd-dao 0.122.0


<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-dao/ -->
<dependency>
    <groupId>org.finra.herd</groupId>
    <artifactId>herd-dao</artifactId>
    <version>0.122.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-dao/
implementation 'org.finra.herd:herd-dao:0.122.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-dao/
implementation ("org.finra.herd:herd-dao:0.122.0")
'org.finra.herd:herd-dao:jar:0.122.0'
<dependency org="org.finra.herd" name="herd-dao" rev="0.122.0">
  <artifact name="herd-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-dao', version='0.122.0')
)
libraryDependencies += "org.finra.herd" % "herd-dao" % "0.122.0"
[org.finra.herd/herd-dao "0.122.0"]