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