MVN

com.avanza.astrix : astrix-gs

Maven & Gradle

Nov 10, 2022
35 stars

astrix-gs

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

Latest Version

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

  • Latest Stable: 2.0.6

All Versions

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

Version Vulnerabilities Updated
2.0.x
astrix-gs-2.0.6
astrix-gs-2.0.5
astrix-gs-2.0.4
astrix-gs-2.0.3
astrix-gs-2.0.2
astrix-gs-2.0.1
astrix-gs-2.0.0
1.0.x
astrix-gs-1.0.12
astrix-gs-1.0.9
astrix-gs-1.0.8
astrix-gs-1.0.7
astrix-gs-1.0.6
0.43.x
astrix-gs-0.43.6
astrix-gs-0.43.5
astrix-gs-0.43.4
astrix-gs-0.43.3
astrix-gs-0.43.2
astrix-gs-0.43.1
astrix-gs-0.43.0
0.42.x
astrix-gs-0.42.2
astrix-gs-0.42.1
astrix-gs-0.42.0
0.41.x
astrix-gs-0.41.4
astrix-gs-0.41.3
astrix-gs-0.41.2
astrix-gs-0.41.1
astrix-gs-0.41.0
0.40.x
astrix-gs-0.40.0
0.39.x
astrix-gs-0.39.2
astrix-gs-0.39.1
astrix-gs-0.39.0
0.38.x
astrix-gs-0.38.2
astrix-gs-0.38.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement