License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.iodesystems.dataset |
ArtifactId | ArtifactIddataset |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataset is a tool for wrapping Jooq queries in fluent builders
|
Filename | Size |
---|---|
dataset-1.0.1.pom | |
dataset-1.0.1.jar | 64 KB |
dataset-1.0.1-sources.jar | 31 KB |
dataset-1.0.1-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iodesystems.dataset/dataset/ -->
<dependency>
<groupId>com.iodesystems.dataset</groupId>
<artifactId>dataset</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems.dataset/dataset/
implementation 'com.iodesystems.dataset:dataset:1.0.1'
// https://jarcasting.com/artifacts/com.iodesystems.dataset/dataset/
implementation ("com.iodesystems.dataset:dataset:1.0.1")
'com.iodesystems.dataset:dataset:jar:1.0.1'
<dependency org="com.iodesystems.dataset" name="dataset" rev="1.0.1">
<artifact name="dataset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems.dataset', module='dataset', version='1.0.1')
)
libraryDependencies += "com.iodesystems.dataset" % "dataset" % "1.0.1"
[com.iodesystems.dataset/dataset "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.7.1 |
org.jooq : jooq | jar | 3.11.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.iodesystems : fn | jar | 2.1.1 |
com.h2database : h2 | jar | 1.4.196 |