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