<dependency> <groupId>io.activej</groupId> <artifactId>activej-http</artifactId> <version>3.0</version> </dependency>
implementation 'io.activej:activej-http:3.0'
implementation("io.activej:activej-http:3.0")
libraryDependencies += "io.activej" % "activej-http" % "3.0"
@Grapes( @Grab(group='io.activej', module='activej-http', version='3.0') )
<dependency org="io.activej" name="activej-http" rev="3.0" />
[io.activej/activej-http "3.0"]
'io.activej:activej-http:jar:3.0'
<parent> <groupId>io.activej</groupId> <artifactId>activej</artifactId> <version>3.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