MVN

com.avanza.astrix : astrix-service-registry-pu

Maven & Gradle

Nov 10, 2022
35 stars

astrix-service-registry-pu

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

Latest Version

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

  • Latest Stable: 2.0.6

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avanza.astrix</groupId>
    <artifactId>astrix-service-registry-pu</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.avanza.astrix:astrix-service-registry-pu:2.0.6'

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

implementation("com.avanza.astrix:astrix-service-registry-pu:2.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.avanza.astrix" % "astrix-service-registry-pu" % "2.0.6"

Advertisement