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