GroupId | GroupIdcom.github.ddth |
---|---|
ArtifactId | ArtifactIdddth-dao-jdbc |
Version | Version0.9.0.4 |
Type | Typepom |
Filename | Size |
---|---|
ddth-dao-jdbc-0.9.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-dao-jdbc/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-dao-jdbc</artifactId>
<version>0.9.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dao-jdbc/
implementation 'com.github.ddth:ddth-dao-jdbc:0.9.0.4'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dao-jdbc/
implementation ("com.github.ddth:ddth-dao-jdbc:0.9.0.4")
'com.github.ddth:ddth-dao-jdbc:pom:0.9.0.4'
<dependency org="com.github.ddth" name="ddth-dao-jdbc" rev="0.9.0.4">
<artifact name="ddth-dao-jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-dao-jdbc', version='0.9.0.4')
)
libraryDependencies += "com.github.ddth" % "ddth-dao-jdbc" % "0.9.0.4"
[com.github.ddth/ddth-dao-jdbc "0.9.0.4"]