a

ajaxjs-base

A pure Java library that provides many tools, utils, and functions.
https://framework.ajaxjs.co
The Apache Software License, Version 2.0
AJAXJS
Frank Cheung
Files download
File Operation
ajaxjs-base-1.1.6.jar download
ajaxjs-base-1.1.6.pom download
ajaxjs-base-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ajaxjs</groupId>
  <artifactId>ajaxjs-base</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.ajaxjs:ajaxjs-base:1.1.6'
Gradle Kotlin
implementation("com.ajaxjs:ajaxjs-base:1.1.6")
Scala SBT
libraryDependencies += "com.ajaxjs" % "ajaxjs-base" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.ajaxjs', module='ajaxjs-base', version='1.1.6')
)
Apache Ivy
<dependency org="com.ajaxjs" name="ajaxjs-base" rev="1.1.6" />
Leiningen
[com.ajaxjs/ajaxjs-base "1.1.6"]
Apache Buildr
'com.ajaxjs:ajaxjs-base:jar:1.1.6'
Dependencies