License |
License |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-file-watch_2.12 |
Version | Version1.2.0-M1 |
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.typesafe.play/play-file-watch_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-file-watch_2.12</artifactId>
<version>1.2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-file-watch_2.12/
implementation 'com.typesafe.play:play-file-watch_2.12:1.2.0-M1'
// https://jarcasting.com/artifacts/com.typesafe.play/play-file-watch_2.12/
implementation ("com.typesafe.play:play-file-watch_2.12:1.2.0-M1")
'com.typesafe.play:play-file-watch_2.12:jar:1.2.0-M1'
<dependency org="com.typesafe.play" name="play-file-watch_2.12" rev="1.2.0-M1">
<artifact name="play-file-watch_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-file-watch_2.12', version='1.2.0-M1')
)
libraryDependencies += "com.typesafe.play" % "play-file-watch_2.12" % "1.2.0-M1"
[com.typesafe.play/play-file-watch_2.12 "1.2.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
io.methvin : directory-watcher | jar | 0.15.1 |
com.github.pathikrit : better-files_2.12 | jar | 3.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 4.15.0 |