GroupId | GroupIdcom.github.ddth |
---|---|
ArtifactId | ArtifactIdddth-dao-jdbc |
Version | Version0.8.3 |
Type | Typepom |
Filename | Size |
---|---|
ddth-dao-jdbc-0.8.3.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.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dao-jdbc/
implementation 'com.github.ddth:ddth-dao-jdbc:0.8.3'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dao-jdbc/
implementation ("com.github.ddth:ddth-dao-jdbc:0.8.3")
'com.github.ddth:ddth-dao-jdbc:pom:0.8.3'
<dependency org="com.github.ddth" name="ddth-dao-jdbc" rev="0.8.3">
<artifact name="ddth-dao-jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-dao-jdbc', version='0.8.3')
)
libraryDependencies += "com.github.ddth" % "ddth-dao-jdbc" % "0.8.3"
[com.github.ddth/ddth-dao-jdbc "0.8.3"]