MVN

com.hubspot : SingularityLogWatcher

Maven & Gradle

Sep 14, 2016
811 stars
<dependency>
    <groupId>com.hubspot</groupId>
    <artifactId>SingularityLogWatcher</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hubspot : SingularityLogWatcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of com.hubspot : SingularityLogWatcher to add to Maven or Gradle - All Versions:

  • Version Updated
  • SingularityLogWatcher-0.11.0

    Sep 14, 2016
  • SingularityLogWatcher-0.10.1

    Aug 24, 2016
  • SingularityLogWatcher-0.10.0

    Aug 19, 2016
  • SingularityLogWatcher-0.9.0

    Jul 29, 2016
  • SingularityLogWatcher-0.6.2

    Jun 17, 2016
  • SingularityLogWatcher-0.8.0

    Jun 16, 2016
  • SingularityLogWatcher-0.6.1

    May 20, 2016
  • SingularityLogWatcher-0.7.1

    May 20, 2016
  • SingularityLogWatcher-0.7.0

    May 17, 2016
  • SingularityLogWatcher-0.6.0

    May 17, 2016
  • SingularityLogWatcher-0.5.0

    Apr 05, 2016
  • SingularityLogWatcher-0.4.11

    Feb 23, 2016
  • SingularityLogWatcher-0.4.10

    Feb 18, 2016
  • SingularityLogWatcher-0.4.9

    Feb 02, 2016
  • SingularityLogWatcher-0.4.8

    Jan 14, 2016
  • SingularityLogWatcher-0.4.7

    Dec 28, 2015
  • SingularityLogWatcher-0.4.6

    Dec 21, 2015
  • SingularityLogWatcher-0.4.5

    Oct 07, 2015
  • SingularityLogWatcher-0.4.4

    Oct 06, 2015
  • SingularityLogWatcher-0.4.3

    Aug 17, 2015
  • SingularityLogWatcher-0.4.2

    Jun 26, 2015
  • SingularityLogWatcher-0.4.1

    Jan 16, 2015
  • SingularityLogWatcher-0.4.0

    Dec 10, 2014
  • SingularityLogWatcher-0.3.9

    Oct 21, 2014

How to add a dependency to Maven

Add the following com.hubspot : SingularityLogWatcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hubspot</groupId>
    <artifactId>SingularityLogWatcher</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hubspot : SingularityLogWatcher gradle dependency to your build.gradle file:

implementation 'com.hubspot:SingularityLogWatcher:0.11.0'

Gradle Kotlin DSL: Add the following com.hubspot : SingularityLogWatcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hubspot:SingularityLogWatcher:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hubspot : SingularityLogWatcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hubspot" % "SingularityLogWatcher" % "0.11.0"