a

ajaxjs-framework2

AJAXJS 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.
文件下载
文件名 操作
ajaxjs-framework2-1.0.1.jar 下载
ajaxjs-framework2-1.0.1.pom 下载
ajaxjs-framework2-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ajaxjs</groupId>
  <artifactId>ajaxjs-framework2</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.ajaxjs:ajaxjs-framework2:1.0.1'
Gradle Kotlin
implementation("com.ajaxjs:ajaxjs-framework2:1.0.1")
Scala SBT
libraryDependencies += "com.ajaxjs" % "ajaxjs-framework2" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.ajaxjs', module='ajaxjs-framework2', version='1.0.1')
)
Apache Ivy
<dependency org="com.ajaxjs" name="ajaxjs-framework2" rev="1.0.1" />
Leiningen
[com.ajaxjs/ajaxjs-framework2 "1.0.1"]
Apache Buildr
'com.ajaxjs:ajaxjs-framework2:jar:1.0.1'