| License |
License |
|---|---|
| GroupId | GroupIdme.scf37 |
| ArtifactId | ArtifactIdfilewatch_2.10 |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionfilewatch
Watch directories for file changes, reliably
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| filewatch_2.10-1.0.0.pom | |
| filewatch_2.10-1.0.0.jar | 57 KB |
| filewatch_2.10-1.0.0-sources.jar | 6 KB |
| filewatch_2.10-1.0.0-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/me.scf37/filewatch_2.10/ -->
<dependency>
<groupId>me.scf37</groupId>
<artifactId>filewatch_2.10</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.scf37/filewatch_2.10/
implementation 'me.scf37:filewatch_2.10:1.0.0'
// https://jarcasting.com/artifacts/me.scf37/filewatch_2.10/
implementation ("me.scf37:filewatch_2.10:1.0.0")
'me.scf37:filewatch_2.10:jar:1.0.0'
<dependency org="me.scf37" name="filewatch_2.10" rev="1.0.0">
<artifact name="filewatch_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.scf37', module='filewatch_2.10', version='1.0.0')
)
libraryDependencies += "me.scf37" % "filewatch_2.10" % "1.0.0"
[me.scf37/filewatch_2.10 "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.10 | jar | 3.2.9 |