MVN

io.fabric8.jube.images.fabric8 : skydns

Maven & Gradle

Mar 11, 2015
65 stars

SkyDNS · DNS integration for your services

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>skydns</artifactId>
    <version>2.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jube.images.fabric8 : skydns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.32

All Versions

Choose a version of io.fabric8.jube.images.fabric8 : skydns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
skydns-2.0.32
skydns-2.0.31
skydns-2.0.30
skydns-2.0.29
skydns-2.0.28.1
skydns-2.0.28
skydns-2.0.27
skydns-2.0.26
skydns-2.0.25
skydns-2.0.24
skydns-2.0.23
skydns-2.0.21
skydns-2.0.20
skydns-2.0.19
skydns-2.0.18
skydns-2.0.17
skydns-2.0.16

How to add a dependency to Maven

Add the following io.fabric8.jube.images.fabric8 : skydns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>skydns</artifactId>
    <version>2.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jube.images.fabric8 : skydns gradle dependency to your build.gradle file:

implementation 'io.fabric8.jube.images.fabric8:skydns:2.0.32'

Gradle Kotlin DSL: Add the following io.fabric8.jube.images.fabric8 : skydns gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jube.images.fabric8:skydns:2.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jube.images.fabric8 : skydns sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jube.images.fabric8" % "skydns" % "2.0.32"