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