<dependency> <groupId>io.activej</groupId> <artifactId>activej-launchers-http</artifactId> <version>5.1</version> </dependency>
implementation 'io.activej:activej-launchers-http:5.1'
implementation("io.activej:activej-launchers-http:5.1")
libraryDependencies += "io.activej" % "activej-launchers-http" % "5.1"
@Grapes( @Grab(group='io.activej', module='activej-launchers-http', version='5.1') )
<dependency org="io.activej" name="activej-launchers-http" rev="5.1" />
[io.activej/activej-launchers-http "5.1"]
'io.activej:activej-launchers-http:jar:5.1'
<parent> <groupId>io.activej</groupId> <artifactId>activej-launchers</artifactId> <version>5.1</version> </parent>
compile
|-- io.activej:activej-http
|-- io.activej:activej-launchers-common
test
|-- io.activej:activej-specializer