<dependency> <groupId>io.activej</groupId> <artifactId>activej-etl</artifactId> <version>6.0-rc1</version> </dependency>
implementation 'io.activej:activej-etl:6.0-rc1'
implementation("io.activej:activej-etl:6.0-rc1")
libraryDependencies += "io.activej" % "activej-etl" % "6.0-rc1"
@Grapes( @Grab(group='io.activej', module='activej-etl', version='6.0-rc1') )
<dependency org="io.activej" name="activej-etl" rev="6.0-rc1" />
[io.activej/activej-etl "6.0-rc1"]
'io.activej:activej-etl:jar:6.0-rc1'
<parent> <groupId>io.activej</groupId> <artifactId>activej</artifactId> <version>6.0-rc1</version> </parent>
compile
|-- io.activej:activej-ot
|-- io.activej:activej-multilog
|-- io.activej:activej-jmxapi
test
|-- io.activej:activej-test