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