MVN

com.avanza.astrix : astrix-spring

Maven & Gradle

Nov 10, 2022
34 stars

astrix-spring

<dependency>
    <groupId>com.avanza.astrix</groupId>
    <artifactId>astrix-spring</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avanza.astrix : astrix-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of com.avanza.astrix : astrix-spring to add to Maven or Gradle - All Versions:

  • Version Updated
  • astrix-spring-2.0.6

    Nov 10, 2022
  • astrix-spring-2.0.5

    Jun 21, 2022
  • astrix-spring-2.0.4

    May 18, 2022
  • astrix-spring-2.0.3

    May 18, 2022
  • astrix-spring-1.0.12

    Apr 29, 2022
  • astrix-spring-2.0.2

    Apr 20, 2022
  • astrix-spring-2.0.1

    Mar 29, 2022
  • astrix-spring-2.0.0

    Feb 18, 2022
  • astrix-spring-1.0.9

    Dec 10, 2021
  • astrix-spring-1.0.8

    Dec 02, 2021
  • astrix-spring-1.0.7

    Oct 19, 2021
  • astrix-spring-1.0.6

    Oct 14, 2021
  • astrix-spring-0.43.6

    Dec 11, 2018
  • astrix-spring-0.43.5

    Dec 06, 2017
  • astrix-spring-0.43.4

    Dec 05, 2017
  • astrix-spring-0.43.3

    Nov 23, 2017
  • astrix-spring-0.43.2

    May 29, 2017
  • astrix-spring-0.43.1

    Jan 31, 2017
  • astrix-spring-0.43.0

    Dec 07, 2016
  • astrix-spring-0.42.2

    Nov 24, 2016
  • astrix-spring-0.42.1

    Nov 17, 2016
  • astrix-spring-0.42.0

    Nov 07, 2016
  • astrix-spring-0.41.4

    Sep 07, 2016
  • astrix-spring-0.41.3

    Apr 26, 2016
  • astrix-spring-0.41.2

    Mar 17, 2016
  • astrix-spring-0.41.1

    Jan 20, 2016
  • astrix-spring-0.41.0

    Dec 09, 2015
  • astrix-spring-0.40.0

    Dec 01, 2015
  • astrix-spring-0.39.2

    Nov 20, 2015
  • astrix-spring-0.39.1

    Nov 20, 2015
  • astrix-spring-0.39.0

    Nov 19, 2015
  • astrix-spring-0.38.2

    Oct 28, 2015
  • astrix-spring-0.38.1

    Oct 21, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avanza.astrix</groupId>
    <artifactId>astrix-spring</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avanza.astrix : astrix-spring gradle dependency to your build.gradle file:

implementation 'com.avanza.astrix:astrix-spring:2.0.6'

Gradle Kotlin DSL: Add the following com.avanza.astrix : astrix-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avanza.astrix:astrix-spring:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avanza.astrix : astrix-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avanza.astrix" % "astrix-spring" % "2.0.6"