MVN

org.xmlactions : axelframework

Maven & Gradle

Sep 19, 2020
1 stars

AxelFrameWork · A Java Web Framework for building web sites

<dependency>
    <groupId>org.xmlactions</groupId>
    <artifactId>axelframework</artifactId>
    <version>3.1.13.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xmlactions : axelframework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.13.RELEASE

All Versions

Choose a version of org.xmlactions : axelframework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
axelframework-3.1.13.RELEASE
axelframework-3.1.12.RELEASE
axelframework-3.1.11.RELEASE
axelframework-3.1.10
axelframework-3.1.9
axelframework-3.1.8
axelframework-3.1.7
axelframework-3.1.6
axelframework-3.1.5
axelframework-3.1.4
axelframework-3.1.3
2.2.x
axelframework-2.2.3
axelframework-2.2.2
axelframework-2.2.1

How to add a dependency to Maven

Add the following org.xmlactions : axelframework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xmlactions</groupId>
    <artifactId>axelframework</artifactId>
    <version>3.1.13.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xmlactions : axelframework gradle dependency to your build.gradle file:

implementation 'org.xmlactions:axelframework:3.1.13.RELEASE'

Gradle Kotlin DSL: Add the following org.xmlactions : axelframework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xmlactions:axelframework:3.1.13.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xmlactions : axelframework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xmlactions" % "axelframework" % "3.1.13.RELEASE"