| License |
License |
|---|---|
| GroupId | GroupIdcom.lightbend.play |
| ArtifactId | ArtifactIdplay-file-watch_2.11 |
| Version | Version1.1.16 |
| Type | Typejar |
| Description |
Descriptionplay-file-watch
Play File Watch Library. Watch files in a platform independent way.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.11/ -->
<dependency>
<groupId>com.lightbend.play</groupId>
<artifactId>play-file-watch_2.11</artifactId>
<version>1.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.11/
implementation 'com.lightbend.play:play-file-watch_2.11:1.1.16'
// https://jarcasting.com/artifacts/com.lightbend.play/play-file-watch_2.11/
implementation ("com.lightbend.play:play-file-watch_2.11:1.1.16")
'com.lightbend.play:play-file-watch_2.11:jar:1.1.16'
<dependency org="com.lightbend.play" name="play-file-watch_2.11" rev="1.1.16">
<artifact name="play-file-watch_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.play', module='play-file-watch_2.11', version='1.1.16')
)
libraryDependencies += "com.lightbend.play" % "play-file-watch_2.11" % "1.1.16"
[com.lightbend.play/play-file-watch_2.11 "1.1.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.12 |
| io.methvin : directory-watcher | jar | 0.15.0 |
| com.github.pathikrit : better-files_2.11 | jar | 3.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.specs2 : specs2-core_2.11 | jar | 4.8.3 |
| com.lightbend.play : jnotify | jar | 0.94-play-2 |