MVN

com.hotels : circus-train-core

Maven & Gradle

Apr 14, 2022
15 usages

Core

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>circus-train-core</artifactId>
    <version>16.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels : circus-train-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.4.1

All Versions

Choose a version of com.hotels : circus-train-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • circus-train-core-16.4.1

    Apr 14, 2022
  • circus-train-core-16.4.0

    Aug 24, 2021
  • circus-train-core-16.3.3

    Dec 10, 2020
  • circus-train-core-16.3.2

    Oct 27, 2020
  • circus-train-core-16.3.1

    Sep 15, 2020
  • circus-train-core-16.3.0

    Sep 01, 2020
  • circus-train-core-16.2.0

    Jul 01, 2020
  • circus-train-core-16.1.0

    Mar 18, 2020
  • circus-train-core-16.0.0

    Feb 26, 2020
  • circus-train-core-15.1.1

    Feb 06, 2020
  • circus-train-core-15.1.0

    Jan 28, 2020
  • circus-train-core-15.0.0

    Nov 12, 2019
  • circus-train-core-14.1.0

    Oct 04, 2019
  • circus-train-core-14.0.1

    Apr 09, 2019
  • circus-train-core-14.0.0

    Mar 04, 2019
  • circus-train-core-13.2.1

    Jan 24, 2019
  • circus-train-core-13.2.0

    Jan 11, 2019
  • circus-train-core-13.1.0

    Dec 20, 2018
  • circus-train-core-13.0.0

    Nov 15, 2018
  • circus-train-core-12.1.0

    Aug 08, 2018
  • circus-train-core-12.0.0

    Jul 13, 2018
  • circus-train-core-11.5.2

    Jun 15, 2018
  • circus-train-core-11.5.1

    May 25, 2018
  • circus-train-core-11.5.0

    May 24, 2018
  • circus-train-core-11.4.0

    Apr 11, 2018
  • circus-train-core-11.3.1

    Mar 22, 2018
  • circus-train-core-11.3.0

    Feb 27, 2018
  • circus-train-core-11.2.0

    Feb 16, 2018
  • circus-train-core-11.1.1

    Feb 15, 2018
  • circus-train-core-11.1.0

    Feb 05, 2018
  • circus-train-core-11.0.0

    Jan 16, 2018
  • circus-train-core-10.0.0

    Nov 21, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>circus-train-core</artifactId>
    <version>16.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels : circus-train-core gradle dependency to your build.gradle file:

implementation 'com.hotels:circus-train-core:16.4.1'

Gradle Kotlin DSL: Add the following com.hotels : circus-train-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels:circus-train-core:16.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels : circus-train-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels" % "circus-train-core" % "16.4.1"