License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.incongru.watchservice |
ArtifactId | ArtifactIdbarbary-watchservice |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionBarbary Watch Service for OSX
An implementation of Java 7’s WatchService for Java 6 on Mac OS X
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
barbary-watchservice-1.0.pom | |
barbary-watchservice-1.0.jar | 36 KB |
barbary-watchservice-1.0-sources.jar | 23 KB |
barbary-watchservice-1.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.incongru.watchservice/barbary-watchservice/ -->
<dependency>
<groupId>net.incongru.watchservice</groupId>
<artifactId>barbary-watchservice</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.incongru.watchservice/barbary-watchservice/
implementation 'net.incongru.watchservice:barbary-watchservice:1.0'
// https://jarcasting.com/artifacts/net.incongru.watchservice/barbary-watchservice/
implementation ("net.incongru.watchservice:barbary-watchservice:1.0")
'net.incongru.watchservice:barbary-watchservice:jar:1.0'
<dependency org="net.incongru.watchservice" name="barbary-watchservice" rev="1.0">
<artifact name="barbary-watchservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.incongru.watchservice', module='barbary-watchservice', version='1.0')
)
libraryDependencies += "net.incongru.watchservice" % "barbary-watchservice" % "1.0"
[net.incongru.watchservice/barbary-watchservice "1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 3.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |