MVN

com.ajaxjs : ajaxjs-framework2

Maven & Gradle

Aug 18, 2021

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.

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

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
ajaxjs-framework2-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>ajaxjs-framework2</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ajaxjs:ajaxjs-framework2:1.0.1'

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

implementation("com.ajaxjs:ajaxjs-framework2:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ajaxjs" % "ajaxjs-framework2" % "1.0.1"

Advertisement