MVN

com.lightbend.play : play-file-watch_2.11

Maven & Gradle

Mar 16, 2021
4 usages
12 stars

play-file-watch · Play File Watch Library. Watch files in a platform independent way.

<dependency>
    <groupId>com.lightbend.play</groupId>
    <artifactId>play-file-watch_2.11</artifactId>
    <version>1.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.play : play-file-watch_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.16

All Versions

Choose a version of com.lightbend.play : play-file-watch_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • play-file-watch_2.11-1.1.16

    Mar 16, 2021
  • play-file-watch_2.11-1.1.15

    Mar 02, 2021
  • play-file-watch_2.11-1.1.14

    Dec 09, 2020
  • play-file-watch_2.11-1.1.12

    Jan 31, 2020
  • play-file-watch_2.11-1.1.11

    Jan 29, 2020
  • play-file-watch_2.11-1.1.10

    Jan 15, 2020
  • play-file-watch_2.11-1.1.9

    Nov 19, 2019
  • play-file-watch_2.11-1.1.8

    Oct 31, 2018
  • play-file-watch_2.11-1.1.7

    Nov 30, 2017
  • play-file-watch_2.11-1.1.6

    Nov 10, 2017
  • play-file-watch_2.11-1.1.5

    Oct 27, 2017
  • play-file-watch_2.11-1.1.4

    Oct 26, 2017
  • play-file-watch_2.11-1.1.3

    Oct 23, 2017
  • play-file-watch_2.11-1.1.2

    Sep 27, 2017
  • play-file-watch_2.11-1.1.1

    Sep 27, 2017
  • play-file-watch_2.11-1.1.0

    Sep 13, 2017
  • play-file-watch_2.11-1.0.1

    Apr 12, 2017
  • play-file-watch_2.11-1.0.0

    Aug 01, 2016

How to add a dependency to Maven

Add the following com.lightbend.play : play-file-watch_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.play</groupId>
    <artifactId>play-file-watch_2.11</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.play : play-file-watch_2.11 gradle dependency to your build.gradle file:

implementation 'com.lightbend.play:play-file-watch_2.11:1.1.16'

Gradle Kotlin DSL: Add the following com.lightbend.play : play-file-watch_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.play:play-file-watch_2.11:1.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.play : play-file-watch_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.play" % "play-file-watch_2.11" % "1.1.16"