MVN

nl.paultegelaar.liquid.relay : RelayInterfaces

Maven & Gradle

Jul 26, 2018
6 usages
0 stars

RelayInterfaces · Interfaces constants and concrete domain classes used by all the Liquid components.

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

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
RelayInterfaces-1.0.3
RelayInterfaces-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.paultegelaar.liquid.relay</groupId>
    <artifactId>RelayInterfaces</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.paultegelaar.liquid.relay:RelayInterfaces:1.0.3'

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

implementation("nl.paultegelaar.liquid.relay:RelayInterfaces:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.paultegelaar.liquid.relay" % "RelayInterfaces" % "1.0.3"

Advertisement