| Categories |
CategoriesjOOQ Data Databases |
|---|---|
| GroupId | GroupIdcom.github.zhengframework |
| ArtifactId | ArtifactIdzheng-jdbc-jooq |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zheng-jdbc-jooq-1.0.2.pom | |
| zheng-jdbc-jooq-1.0.2.jar | 12 KB |
| zheng-jdbc-jooq-1.0.2-sources.jar | 7 KB |
| zheng-jdbc-jooq-1.0.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc-jooq/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-jdbc-jooq</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc-jooq/
implementation 'com.github.zhengframework:zheng-jdbc-jooq:1.0.2'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc-jooq/
implementation ("com.github.zhengframework:zheng-jdbc-jooq:1.0.2")
'com.github.zhengframework:zheng-jdbc-jooq:jar:1.0.2'
<dependency org="com.github.zhengframework" name="zheng-jdbc-jooq" rev="1.0.2">
<artifact name="zheng-jdbc-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-jdbc-jooq', version='1.0.2')
)
libraryDependencies += "com.github.zhengframework" % "zheng-jdbc-jooq" % "1.0.2"
[com.github.zhengframework/zheng-jdbc-jooq "1.0.2"]