MVN

com.aeontronix.aeon-commons : aeon-commons-spring

Maven & Gradle

Apr 06, 2022

Aeon Commons Spring

<dependency>
    <groupId>com.aeontronix.aeon-commons</groupId>
    <artifactId>aeon-commons-spring</artifactId>
    <version>1.3.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aeontronix.aeon-commons : aeon-commons-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.22
  • Latest Beta: 1.4.0-beta2

All Versions

Choose a version of com.aeontronix.aeon-commons : aeon-commons-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
aeon-commons-spring-1.4.0-beta2
aeon-commons-spring-1.4.0-beta1
1.3.x
aeon-commons-spring-1.3.22
aeon-commons-spring-1.3.21
aeon-commons-spring-1.3.20
aeon-commons-spring-1.3.19
aeon-commons-spring-1.3.18
aeon-commons-spring-1.3.17
aeon-commons-spring-1.3.16
aeon-commons-spring-1.3.15
aeon-commons-spring-1.3.14
aeon-commons-spring-1.3.13
aeon-commons-spring-1.3.12
aeon-commons-spring-1.3.11
aeon-commons-spring-1.3.10
aeon-commons-spring-1.3.9
aeon-commons-spring-1.3.8

How to add a dependency to Maven

Add the following com.aeontronix.aeon-commons : aeon-commons-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aeontronix.aeon-commons</groupId>
    <artifactId>aeon-commons-spring</artifactId>
    <version>1.3.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aeontronix.aeon-commons : aeon-commons-spring gradle dependency to your build.gradle file:

implementation 'com.aeontronix.aeon-commons:aeon-commons-spring:1.3.22'

Gradle Kotlin DSL: Add the following com.aeontronix.aeon-commons : aeon-commons-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aeontronix.aeon-commons:aeon-commons-spring:1.3.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aeontronix.aeon-commons : aeon-commons-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons-spring" % "1.3.22"