GroupId | GroupIdio.getquill |
---|---|
ArtifactId | ArtifactIdquill_2.12 |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
quill_2.12-2.4.2.pom | |
quill_2.12-2.4.2.jar | 268 bytes |
quill_2.12-2.4.2-sources.jar | 240 bytes |
quill_2.12-2.4.2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.getquill/quill_2.12/ -->
<dependency>
<groupId>io.getquill</groupId>
<artifactId>quill_2.12</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.getquill/quill_2.12/
implementation 'io.getquill:quill_2.12:2.4.2'
// https://jarcasting.com/artifacts/io.getquill/quill_2.12/
implementation ("io.getquill:quill_2.12:2.4.2")
'io.getquill:quill_2.12:jar:2.4.2'
<dependency org="io.getquill" name="quill_2.12" rev="2.4.2">
<artifact name="quill_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getquill', module='quill_2.12', version='2.4.2')
)
libraryDependencies += "io.getquill" % "quill_2.12" % "2.4.2"
[io.getquill/quill_2.12 "2.4.2"]