GroupId | GroupIdcom.esyfur |
---|---|
ArtifactId | ArtifactIdrql |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
rql-0.1.6.pom | |
rql-0.1.6.jar | 387 KB |
rql-0.1.6-sources.jar | 73 KB |
rql-0.1.6-javadoc.jar | 965 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esyfur/rql/ -->
<dependency>
<groupId>com.esyfur</groupId>
<artifactId>rql</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/rql/
implementation 'com.esyfur:rql:0.1.6'
// https://jarcasting.com/artifacts/com.esyfur/rql/
implementation ("com.esyfur:rql:0.1.6")
'com.esyfur:rql:jar:0.1.6'
<dependency org="com.esyfur" name="rql" rev="0.1.6">
<artifact name="rql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='rql', version='0.1.6')
)
libraryDependencies += "com.esyfur" % "rql" % "0.1.6"
[com.esyfur/rql "0.1.6"]