| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages | 
| GroupId | GroupIdtech.codingzen | 
| ArtifactId | ArtifactIdkotlin-file-watcher | 
| Last Version | Last Version0.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontech.codingzen:kotlin-file-watcher Kotlin wrapper for a Java FileWatcher that publishes file updates to a Channel | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/tech.codingzen/kotlin-file-watcher/ -->
<dependency>
    <groupId>tech.codingzen</groupId>
    <artifactId>kotlin-file-watcher</artifactId>
    <version>0.0.0</version>
</dependency>// https://jarcasting.com/artifacts/tech.codingzen/kotlin-file-watcher/
implementation 'tech.codingzen:kotlin-file-watcher:0.0.0'// https://jarcasting.com/artifacts/tech.codingzen/kotlin-file-watcher/
implementation ("tech.codingzen:kotlin-file-watcher:0.0.0")'tech.codingzen:kotlin-file-watcher:jar:0.0.0'<dependency org="tech.codingzen" name="kotlin-file-watcher" rev="0.0.0">
  <artifact name="kotlin-file-watcher" type="jar" />
</dependency>@Grapes(
@Grab(group='tech.codingzen', module='kotlin-file-watcher', version='0.0.0')
)libraryDependencies += "tech.codingzen" % "kotlin-file-watcher" % "0.0.0"[tech.codingzen/kotlin-file-watcher "0.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.10 | 
| junit : junit | jar | 4.12 |