MVN

io.vlingo.xoom : xoom-directory

Maven & Gradle

Feb 15, 2023
4 stars

xoom-directory · Service registration and discovery for the VLINGO XOOM Platform.

<dependency>
    <groupId>io.vlingo.xoom</groupId>
    <artifactId>xoom-directory</artifactId>
    <version>1.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vlingo.xoom : xoom-directory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.1

All Versions

Choose a version of io.vlingo.xoom : xoom-directory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
xoom-directory-1.11.1
xoom-directory-1.11.0
1.10.x
xoom-directory-1.10.1
1.9.x
xoom-directory-1.9.3
xoom-directory-1.9.2
xoom-directory-1.9.1
xoom-directory-1.9.0
1.8.x
xoom-directory-1.8.8
xoom-directory-1.8.7
xoom-directory-1.8.6
xoom-directory-1.8.5
xoom-directory-1.8.4
xoom-directory-1.8.3
xoom-directory-1.8.2
xoom-directory-1.8.1
xoom-directory-1.8.0
1.7.x
xoom-directory-1.7.7
xoom-directory-1.7.6
xoom-directory-1.7.5
xoom-directory-1.7.0

How to add a dependency to Maven

Add the following io.vlingo.xoom : xoom-directory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vlingo.xoom</groupId>
    <artifactId>xoom-directory</artifactId>
    <version>1.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vlingo.xoom : xoom-directory gradle dependency to your build.gradle file:

implementation 'io.vlingo.xoom:xoom-directory:1.11.1'

Gradle Kotlin DSL: Add the following io.vlingo.xoom : xoom-directory gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vlingo.xoom:xoom-directory:1.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vlingo.xoom : xoom-directory sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vlingo.xoom" % "xoom-directory" % "1.11.1"

Advertisement