GroupId | GroupIdcom.darylteo |
---|---|
ArtifactId | ArtifactIddirectory-watcher |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
directory-watcher-1.1.1.pom | |
directory-watcher-1.1.1.jar | 10 KB |
directory-watcher-1.1.1-sources.jar | 6 KB |
directory-watcher-1.1.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.darylteo/directory-watcher/ -->
<dependency>
<groupId>com.darylteo</groupId>
<artifactId>directory-watcher</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.darylteo/directory-watcher/
implementation 'com.darylteo:directory-watcher:1.1.1'
// https://jarcasting.com/artifacts/com.darylteo/directory-watcher/
implementation ("com.darylteo:directory-watcher:1.1.1")
'com.darylteo:directory-watcher:jar:1.1.1'
<dependency org="com.darylteo" name="directory-watcher" rev="1.1.1">
<artifact name="directory-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darylteo', module='directory-watcher', version='1.1.1')
)
libraryDependencies += "com.darylteo" % "directory-watcher" % "1.1.1"
[com.darylteo/directory-watcher "1.1.1"]