is not current version
Last Version 1.0.1

com.iodesystems.dataset:parent 1.0.0

Dataset is a tool for wrapping Jooq queries in fluent builders

Categories

Categories

Data
GroupId

GroupId

com.iodesystems.dataset
ArtifactId

ArtifactId

parent
Version

Version

1.0.0
Type

Type

pom

Download parent 1.0.0

Filename Size
parent-1.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.iodesystems.dataset/parent/ -->
<dependency>
    <groupId>com.iodesystems.dataset</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems.dataset/parent/
implementation 'com.iodesystems.dataset:parent:1.0.0'
// https://jarcasting.com/artifacts/com.iodesystems.dataset/parent/
implementation ("com.iodesystems.dataset:parent:1.0.0")
'com.iodesystems.dataset:parent:pom:1.0.0'
<dependency org="com.iodesystems.dataset" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems.dataset', module='parent', version='1.0.0')
)
libraryDependencies += "com.iodesystems.dataset" % "parent" % "1.0.0"
[com.iodesystems.dataset/parent "1.0.0"]