a

ajaxjs-web

AJAXJS Web aims to full-stack, not only the server-side framework, but also integrates the front-end library. It'€™s written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated, emphasizing the lightweight, and fast, very suitable for the Internet fast application.
https://framework.ajaxjs.com/framework/
The Apache Software License, Version 2.0
AJAXJS
Frank Cheung
Files download
File Operation
ajaxjs-web-1.0.6.jar download
ajaxjs-web-1.0.6.pom download
ajaxjs-web-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ajaxjs</groupId>
  <artifactId>ajaxjs-web</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.ajaxjs:ajaxjs-web:1.0.6'
Gradle Kotlin
implementation("com.ajaxjs:ajaxjs-web:1.0.6")
Scala SBT
libraryDependencies += "com.ajaxjs" % "ajaxjs-web" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.ajaxjs', module='ajaxjs-web', version='1.0.6')
)
Apache Ivy
<dependency org="com.ajaxjs" name="ajaxjs-web" rev="1.0.6" />
Leiningen
[com.ajaxjs/ajaxjs-web "1.0.6"]
Apache Buildr
'com.ajaxjs:ajaxjs-web:jar:1.0.6'