MVN

nl.paultegelaar.liquid.relay : RelayApi

Maven & Gradle

Jun 22, 2017
6 usages
0 stars

RelayApi · API for Liquid. API used for wiretapping traffic from an data integration platform.

<dependency>
    <groupId>nl.paultegelaar.liquid.relay</groupId>
    <artifactId>RelayApi</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.paultegelaar.liquid.relay : RelayApi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of nl.paultegelaar.liquid.relay : RelayApi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
RelayApi-1.0.2

How to add a dependency to Maven

Add the following nl.paultegelaar.liquid.relay : RelayApi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.paultegelaar.liquid.relay</groupId>
    <artifactId>RelayApi</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.paultegelaar.liquid.relay : RelayApi gradle dependency to your build.gradle file:

implementation 'nl.paultegelaar.liquid.relay:RelayApi:1.0.2'

Gradle Kotlin DSL: Add the following nl.paultegelaar.liquid.relay : RelayApi gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.paultegelaar.liquid.relay:RelayApi:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.paultegelaar.liquid.relay : RelayApi sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.paultegelaar.liquid.relay" % "RelayApi" % "1.0.2"