| GroupId | GroupIdio.qross |
|---|---|
| ArtifactId | ArtifactIdpql |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pql-1.4.0.pom | |
| pql-1.4.0.jar | 1 MB |
| pql-1.4.0-sources.jar | 254 KB |
| pql-1.4.0-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.qross/pql/ -->
<dependency>
<groupId>io.qross</groupId>
<artifactId>pql</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.qross/pql/
implementation 'io.qross:pql:1.4.0'
// https://jarcasting.com/artifacts/io.qross/pql/
implementation ("io.qross:pql:1.4.0")
'io.qross:pql:jar:1.4.0'
<dependency org="io.qross" name="pql" rev="1.4.0">
<artifact name="pql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qross', module='pql', version='1.4.0')
)
libraryDependencies += "io.qross" % "pql" % "1.4.0"
[io.qross/pql "1.4.0"]