MVN

com.ajaxjs : ajaxjs-web

Maven & Gradle

Jul 25, 2020
3 usages

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.

<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>ajaxjs-web</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ajaxjs : ajaxjs-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.ajaxjs : ajaxjs-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ajaxjs-web-1.2.0
1.1.x
ajaxjs-web-1.1.9
ajaxjs-web-1.1.8
ajaxjs-web-1.1.7
ajaxjs-web-1.1.6
ajaxjs-web-1.1.5
ajaxjs-web-1.1.4
ajaxjs-web-1.1.3
ajaxjs-web-1.1.2
ajaxjs-web-1.1.1
ajaxjs-web-1.1.0
1.0.x
ajaxjs-web-1.0.9
ajaxjs-web-1.0.8
ajaxjs-web-1.0.7
ajaxjs-web-1.0.6
ajaxjs-web-1.0.5
ajaxjs-web-1.0.4
ajaxjs-web-1.0.3
ajaxjs-web-1.0.2
ajaxjs-web-1.0.1

How to add a dependency to Maven

Add the following com.ajaxjs : ajaxjs-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>ajaxjs-web</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ajaxjs : ajaxjs-web gradle dependency to your build.gradle file:

implementation 'com.ajaxjs:ajaxjs-web:1.2.0'

Gradle Kotlin DSL: Add the following com.ajaxjs : ajaxjs-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ajaxjs:ajaxjs-web:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ajaxjs : ajaxjs-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ajaxjs" % "ajaxjs-web" % "1.2.0"

Advertisement