MVN

no.difi.meldingsutveksling : service-registry-client

Maven & Gradle

Jun 28, 2023
6 usages
7 stars
<dependency>
    <groupId>no.difi.meldingsutveksling</groupId>
    <artifactId>service-registry-client</artifactId>
    <version>2.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.difi.meldingsutveksling : service-registry-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.0

All Versions

Choose a version of no.difi.meldingsutveksling : service-registry-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.20.x
service-registry-client-2.20.0
2.19.x
service-registry-client-2.19.0
2.18.x
service-registry-client-2.18.0
2.17.x
service-registry-client-2.17.1
service-registry-client-2.17.0
2.16.x
service-registry-client-2.16.2
service-registry-client-2.16.1
service-registry-client-2.16.0
2.15.x
service-registry-client-2.15.0
2.14.x
service-registry-client-2.14.0
2.13.x
service-registry-client-2.13.0
2.12.x
service-registry-client-2.12.0
2.11.x
service-registry-client-2.11.0
2.10.x
service-registry-client-2.10.0
2.9.x
service-registry-client-2.9.0
2.8.x
service-registry-client-2.8.4
service-registry-client-2.8.3
service-registry-client-2.8.2
service-registry-client-2.8.1
service-registry-client-2.8.0
2.7.x
service-registry-client-2.7.0
2.6.x
service-registry-client-2.6.2
service-registry-client-2.6.1
service-registry-client-2.6.0
2.5.x
service-registry-client-2.5.1
service-registry-client-2.5.0
2.4.x
service-registry-client-2.4.1
service-registry-client-2.4.0
2.3.x
service-registry-client-2.3.2
service-registry-client-2.3.1
service-registry-client-2.3.0
2.2.x
service-registry-client-2.2.6
service-registry-client-2.2.5
service-registry-client-2.2.4
service-registry-client-2.2.3
service-registry-client-2.2.2
service-registry-client-2.2.1

How to add a dependency to Maven

Add the following no.difi.meldingsutveksling : service-registry-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.difi.meldingsutveksling</groupId>
    <artifactId>service-registry-client</artifactId>
    <version>2.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.difi.meldingsutveksling : service-registry-client gradle dependency to your build.gradle file:

implementation 'no.difi.meldingsutveksling:service-registry-client:2.20.0'

Gradle Kotlin DSL: Add the following no.difi.meldingsutveksling : service-registry-client gradle kotlin dependency to your build.gradle.kts file:

implementation("no.difi.meldingsutveksling:service-registry-client:2.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.difi.meldingsutveksling : service-registry-client sbt scala dependency to your build.sbt file:

libraryDependencies += "no.difi.meldingsutveksling" % "service-registry-client" % "2.20.0"

Advertisement