| GroupId | GroupIdcom.github.tezc |
|---|---|
| ArtifactId | ArtifactIdresql |
| Version | Version0.0.4-latest |
| Type | Typejar |
| Filename | Size |
|---|---|
| resql-0.0.4-latest.pom | |
| resql-0.0.4-latest.jar | 19 KB |
| resql-0.0.4-latest-sources.jar | 18 KB |
| resql-0.0.4-latest-javadoc.jar | 429 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tezc/resql/ -->
<dependency>
<groupId>com.github.tezc</groupId>
<artifactId>resql</artifactId>
<version>0.0.4-latest</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tezc/resql/
implementation 'com.github.tezc:resql:0.0.4-latest'
// https://jarcasting.com/artifacts/com.github.tezc/resql/
implementation ("com.github.tezc:resql:0.0.4-latest")
'com.github.tezc:resql:jar:0.0.4-latest'
<dependency org="com.github.tezc" name="resql" rev="0.0.4-latest">
<artifact name="resql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tezc', module='resql', version='0.0.4-latest')
)
libraryDependencies += "com.github.tezc" % "resql" % "0.0.4-latest"
[com.github.tezc/resql "0.0.4-latest"]