is not current version
Last Version 1.0.6

com.github.chubbard:gratum 0.8.0

A simplified standalone ETL engine for groovy. Gratum is groovy + datum.

GroupId

GroupId

com.github.chubbard
ArtifactId

ArtifactId

gratum
Version

Version

0.8.0
Type

Type

pom

Download gratum 0.8.0


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