Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.p2.directorywatcher |
Version | Version1.1.100 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.directorywatcher/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.p2.directorywatcher</artifactId>
<version>1.1.100</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.directorywatcher/
implementation 'org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:1.1.100'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.directorywatcher/
implementation ("org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:1.1.100")
'org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:jar:1.1.100'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.p2.directorywatcher" rev="1.1.100">
<artifact name="org.eclipse.equinox.p2.directorywatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.p2.directorywatcher', version='1.1.100')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.p2.directorywatcher" % "1.1.100"
[org.eclipse.platform/org.eclipse.equinox.p2.directorywatcher "1.1.100"]