a

activej-etl

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