MVN

org.talend.esb.locator.service : locator-rest-service

Maven & Gradle

Jan 08, 2013
150 stars

Locator Service :: REST Service

<dependency>
    <groupId>org.talend.esb.locator.service</groupId>
    <artifactId>locator-rest-service</artifactId>
    <version>5.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.talend.esb.locator.service : locator-rest-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.3

All Versions

Choose a version of org.talend.esb.locator.service : locator-rest-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
locator-rest-service-5.2.0
5.1.x
locator-rest-service-5.1.3
locator-rest-service-5.1.2
locator-rest-service-5.1.1
locator-rest-service-5.1.0
5.0.x
locator-rest-service-5.0.2
locator-rest-service-5.0.1
locator-rest-service-5.0.0

How to add a dependency to Maven

Add the following org.talend.esb.locator.service : locator-rest-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.talend.esb.locator.service</groupId>
    <artifactId>locator-rest-service</artifactId>
    <version>5.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.talend.esb.locator.service : locator-rest-service gradle dependency to your build.gradle file:

implementation 'org.talend.esb.locator.service:locator-rest-service:5.1.3'

Gradle Kotlin DSL: Add the following org.talend.esb.locator.service : locator-rest-service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.talend.esb.locator.service:locator-rest-service:5.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.talend.esb.locator.service : locator-rest-service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.talend.esb.locator.service" % "locator-rest-service" % "5.1.3"