GroupId | GroupIdcom.github.mperry |
---|---|
ArtifactId | ArtifactIdfile-monitor |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
file-monitor-0.1.pom | |
file-monitor-0.1.jar | 12 KB |
file-monitor-0.1-sources.jar | 5 KB |
file-monitor-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mperry/file-monitor/ -->
<dependency>
<groupId>com.github.mperry</groupId>
<artifactId>file-monitor</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mperry/file-monitor/
implementation 'com.github.mperry:file-monitor:0.1'
// https://jarcasting.com/artifacts/com.github.mperry/file-monitor/
implementation ("com.github.mperry:file-monitor:0.1")
'com.github.mperry:file-monitor:jar:0.1'
<dependency org="com.github.mperry" name="file-monitor" rev="0.1">
<artifact name="file-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mperry', module='file-monitor', version='0.1')
)
libraryDependencies += "com.github.mperry" % "file-monitor" % "0.1"
[com.github.mperry/file-monitor "0.1"]