a

activej-etl

Various tools for extracting, transforming and loading data.
Files download
File Operation
activej-etl-6.0-rc1.jar download
activej-etl-6.0-rc1.pom download
activej-etl-6.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-etl</artifactId>
  <version>6.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-etl:6.0-rc1'
Gradle Kotlin
implementation("io.activej:activej-etl:6.0-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-etl" % "6.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-etl', version='6.0-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-etl" rev="6.0-rc1" />
Leiningen
[io.activej/activej-etl "6.0-rc1"]
Apache Buildr
'io.activej:activej-etl:jar:6.0-rc1'