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