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