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