is not current version
Last Version 4.14.6

net.sourceforge.getl:getl 4.5.2

GETL - based package in Groovy, which automates the work of loading and transforming data

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.getl
ArtifactId

ArtifactId

getl
Version

Version

4.5.2
Type

Type

jar

Download getl 4.5.2


<!-- https://jarcasting.com/artifacts/net.sourceforge.getl/getl/ -->
<dependency>
    <groupId>net.sourceforge.getl</groupId>
    <artifactId>getl</artifactId>
    <version>4.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation 'net.sourceforge.getl:getl:4.5.2'
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation ("net.sourceforge.getl:getl:4.5.2")
'net.sourceforge.getl:getl:jar:4.5.2'
<dependency org="net.sourceforge.getl" name="getl" rev="4.5.2">
  <artifact name="getl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.getl', module='getl', version='4.5.2')
)
libraryDependencies += "net.sourceforge.getl" % "getl" % "4.5.2"
[net.sourceforge.getl/getl "4.5.2"]