<dependency> <groupId>io.activej</groupId> <artifactId>activej-launchers</artifactId> <version>3.0-rc1</version> <type>pom</type> </dependency>
implementation 'io.activej:activej-launchers:3.0-rc1'
implementation("io.activej:activej-launchers:3.0-rc1")
libraryDependencies += "io.activej" % "activej-launchers" % "3.0-rc1"
@Grapes( @Grab(group='io.activej', module='activej-launchers', version='3.0-rc1') )
<dependency org="io.activej" name="activej-launchers" rev="3.0-rc1" />
[io.activej/activej-launchers "3.0-rc1"]
'io.activej:activej-launchers:jar:3.0-rc1'
<parent> <groupId>io.activej</groupId> <artifactId>activej</artifactId> <version>3.0-rc1</version> </parent>
compile
|-- io.activej:activej-boot
|-- ch.qos.logback:logback-classic
test
|-- io.activej:activej-test