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