| License |
License |
|---|---|
| Categories |
CategoriesJinq Data Databases |
| GroupId | GroupIdorg.jinq |
| ArtifactId | ArtifactIdjinq |
| Last Version | Last Version1.8.34 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJinq
Jinq project for providing support for functional-style queries to Java 8
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jinq-1.8.34.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jinq/jinq/ -->
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.34</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jinq/jinq/
implementation 'org.jinq:jinq:1.8.34'
// https://jarcasting.com/artifacts/org.jinq/jinq/
implementation ("org.jinq:jinq:1.8.34")
'org.jinq:jinq:pom:1.8.34'
<dependency org="org.jinq" name="jinq" rev="1.8.34">
<artifact name="jinq" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jinq', module='jinq', version='1.8.34')
)
libraryDependencies += "org.jinq" % "jinq" % "1.8.34"
[org.jinq/jinq "1.8.34"]