MVN

com.hotels : shunting-yard-common

Maven & Gradle

Jun 12, 2019
8 usages
<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>shunting-yard-common</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels : shunting-yard-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.hotels : shunting-yard-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • shunting-yard-common-2.0.1

    Jun 12, 2019
  • shunting-yard-common-2.0.0

    Apr 16, 2019
  • shunting-yard-common-1.0.0

    Mar 19, 2019
  • shunting-yard-common-0.0.8

    Feb 05, 2019
  • shunting-yard-common-0.0.7

    Jan 28, 2019
  • shunting-yard-common-0.0.6

    Jan 22, 2019
  • shunting-yard-common-0.0.5

    Jan 14, 2019
  • shunting-yard-common-0.0.4

    Jan 08, 2019
  • shunting-yard-common-0.0.3

    Nov 01, 2018
  • shunting-yard-common-0.0.2

    Jun 06, 2018
  • shunting-yard-common-0.0.1

    Jun 05, 2018

How to add a dependency to Maven

Add the following com.hotels : shunting-yard-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>shunting-yard-common</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels : shunting-yard-common gradle dependency to your build.gradle file:

implementation 'com.hotels:shunting-yard-common:2.0.1'

Gradle Kotlin DSL: Add the following com.hotels : shunting-yard-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels:shunting-yard-common:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels : shunting-yard-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels" % "shunting-yard-common" % "2.0.1"