a

activej-uikernel

Integration with UIKernel.io JS frontend library: JSON serializers, grid model, basic servlets.
Files download
File Operation
activej-uikernel-5.1.jar download
activej-uikernel-5.1.pom download
activej-uikernel-5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-uikernel</artifactId>
  <version>5.1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-uikernel:5.1'
Gradle Kotlin
implementation("io.activej:activej-uikernel:5.1")
Scala SBT
libraryDependencies += "io.activej" % "activej-uikernel" % "5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-uikernel', version='5.1')
)
Apache Ivy
<dependency org="io.activej" name="activej-uikernel" rev="5.1" />
Leiningen
[io.activej/activej-uikernel "5.1"]
Apache Buildr
'io.activej:activej-uikernel:jar:5.1'