is not current version
Last Version 1.1.1

com.github.ddth:ddth-dao 1.0.0

DDTH's DAO Support Library

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-dao
Version

Version

1.0.0
Type

Type

pom

Download ddth-dao 1.0.0

Filename Size
ddth-dao-1.0.0.pom 5 KB
Browse

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