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