Files download
File Operation
ot-watch-1.0.2.jar download
ot-watch-1.0.2.pom download
ot-watch-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.opentangerine</groupId>
  <artifactId>ot-watch</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.opentangerine:ot-watch:1.0.2'
Gradle Kotlin
implementation("com.opentangerine:ot-watch:1.0.2")
Scala SBT
libraryDependencies += "com.opentangerine" % "ot-watch" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.opentangerine', module='ot-watch', version='1.0.2')
)
Apache Ivy
<dependency org="com.opentangerine" name="ot-watch" rev="1.0.2" />
Leiningen
[com.opentangerine/ot-watch "1.0.2"]
Apache Buildr
'com.opentangerine:ot-watch:jar:1.0.2'