| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.adedayo.eclipse.sdk | 
| ArtifactId | ArtifactIdorg.eclipse.equinox.p2.directorywatcher | 
| Last Version | Last Version1.1.100 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.eclipse.equinox.p2.directorywatcher A packaging of the eclipse sdk org.eclipse.equinox.p2.directorywatcher library. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.directorywatcher/ -->
<dependency>
    <groupId>com.github.adedayo.eclipse.sdk</groupId>
    <artifactId>org.eclipse.equinox.p2.directorywatcher</artifactId>
    <version>1.1.100</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.directorywatcher/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.directorywatcher:1.1.100'// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.directorywatcher/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.directorywatcher:1.1.100")'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.directorywatcher:jar:1.1.100'<dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.equinox.p2.directorywatcher" rev="1.1.100">
  <artifact name="org.eclipse.equinox.p2.directorywatcher" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.equinox.p2.directorywatcher', version='1.1.100')
)libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.equinox.p2.directorywatcher" % "1.1.100"[com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.directorywatcher "1.1.100"]