Categories |
CategoriesJinq Data Databases |
---|---|
GroupId | GroupIdorg.jinq |
ArtifactId | ArtifactIdqueryll2 |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
queryll2-0.5.pom | |
queryll2-0.5.jar | 154 KB |
queryll2-0.5-sources.jar | 59 KB |
queryll2-0.5-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jinq/queryll2/ -->
<dependency>
<groupId>org.jinq</groupId>
<artifactId>queryll2</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jinq/queryll2/
implementation 'org.jinq:queryll2:0.5'
// https://jarcasting.com/artifacts/org.jinq/queryll2/
implementation ("org.jinq:queryll2:0.5")
'org.jinq:queryll2:jar:0.5'
<dependency org="org.jinq" name="queryll2" rev="0.5">
<artifact name="queryll2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jinq', module='queryll2', version='0.5')
)
libraryDependencies += "org.jinq" % "queryll2" % "0.5"
[org.jinq/queryll2 "0.5"]