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