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