MVN

tech.codingzen : kotlin-file-watcher

Maven & Gradle

Jan 26, 2021

Kotlin wrapper for a Java FileWatcher that publishes file updates to a Channel

<dependency>
    <groupId>tech.codingzen</groupId>
    <artifactId>kotlin-file-watcher</artifactId>
    <version>0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.codingzen : kotlin-file-watcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0

All Versions

Choose a version of tech.codingzen : kotlin-file-watcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kotlin-file-watcher-0.0.0

How to add a dependency to Maven

Add the following tech.codingzen : kotlin-file-watcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.codingzen</groupId>
    <artifactId>kotlin-file-watcher</artifactId>
    <version>0.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.codingzen : kotlin-file-watcher gradle dependency to your build.gradle file:

implementation 'tech.codingzen:kotlin-file-watcher:0.0.0'

Gradle Kotlin DSL: Add the following tech.codingzen : kotlin-file-watcher gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.codingzen:kotlin-file-watcher:0.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.codingzen : kotlin-file-watcher sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.codingzen" % "kotlin-file-watcher" % "0.0.0"