GroupId | GroupIdio.getquill |
---|---|
ArtifactId | ArtifactIdquill-jdbc_3 |
Version | Version3.16.4.Beta2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.getquill/quill-jdbc_3/ -->
<dependency>
<groupId>io.getquill</groupId>
<artifactId>quill-jdbc_3</artifactId>
<version>3.16.4.Beta2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.getquill/quill-jdbc_3/
implementation 'io.getquill:quill-jdbc_3:3.16.4.Beta2.6'
// https://jarcasting.com/artifacts/io.getquill/quill-jdbc_3/
implementation ("io.getquill:quill-jdbc_3:3.16.4.Beta2.6")
'io.getquill:quill-jdbc_3:jar:3.16.4.Beta2.6'
<dependency org="io.getquill" name="quill-jdbc_3" rev="3.16.4.Beta2.6">
<artifact name="quill-jdbc_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getquill', module='quill-jdbc_3', version='3.16.4.Beta2.6')
)
libraryDependencies += "io.getquill" % "quill-jdbc_3" % "3.16.4.Beta2.6"
[io.getquill/quill-jdbc_3 "3.16.4.Beta2.6"]