<dependency> <groupId>io.activej</groupId> <artifactId>activej-uikernel</artifactId> <version>3.0-rc2</version> </dependency>
implementation 'io.activej:activej-uikernel:3.0-rc2'
implementation("io.activej:activej-uikernel:3.0-rc2")
libraryDependencies += "io.activej" % "activej-uikernel" % "3.0-rc2"
@Grapes( @Grab(group='io.activej', module='activej-uikernel', version='3.0-rc2') )
<dependency org="io.activej" name="activej-uikernel" rev="3.0-rc2" />
[io.activej/activej-uikernel "3.0-rc2"]
'io.activej:activej-uikernel:jar:3.0-rc2'
<parent> <groupId>io.activej</groupId> <artifactId>activej</artifactId> <version>3.0-rc2</version> </parent>
compile
|-- io.activej:activej-http
|-- com.google.code.gson:gson
test
|-- io.activej:activej-test