MVN

io.smallrye.stork : stork-service-discovery-dns

Maven & Gradle

Jul 13, 2023
64 stars

SmallRye Stork Service Discovery : DNS

<dependency>
    <groupId>io.smallrye.stork</groupId>
    <artifactId>stork-service-discovery-dns</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye.stork : stork-service-discovery-dns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of io.smallrye.stork : stork-service-discovery-dns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
stork-service-discovery-dns-2.3.1
stork-service-discovery-dns-2.3.0
2.2.x
stork-service-discovery-dns-2.2.1
stork-service-discovery-dns-2.2.0
2.1.x
stork-service-discovery-dns-2.1.0
2.0.x
stork-service-discovery-dns-2.0.1
1.4.x
stork-service-discovery-dns-1.4.2
stork-service-discovery-dns-1.4.1
1.3.x
stork-service-discovery-dns-1.3.3
stork-service-discovery-dns-1.3.2
stork-service-discovery-dns-1.3.1
stork-service-discovery-dns-1.3.0
1.2.x
stork-service-discovery-dns-1.2.0

How to add a dependency to Maven

Add the following io.smallrye.stork : stork-service-discovery-dns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye.stork</groupId>
    <artifactId>stork-service-discovery-dns</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.stork : stork-service-discovery-dns gradle dependency to your build.gradle file:

implementation 'io.smallrye.stork:stork-service-discovery-dns:2.2.1'

Gradle Kotlin DSL: Add the following io.smallrye.stork : stork-service-discovery-dns gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye.stork:stork-service-discovery-dns:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye.stork : stork-service-discovery-dns sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye.stork" % "stork-service-discovery-dns" % "2.2.1"

Advertisement