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