| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.core.filesystem.win32 | 
| ArtifactId | ArtifactIdx86 | 
| Version | Version1.0.0-v20060603 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| x86-1.0.0-v20060603.pom | |
| x86-1.0.0-v20060603.jar | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.core.filesystem.win32/x86/ -->
<dependency>
    <groupId>org.eclipse.core.filesystem.win32</groupId>
    <artifactId>x86</artifactId>
    <version>1.0.0-v20060603</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.core.filesystem.win32/x86/
implementation 'org.eclipse.core.filesystem.win32:x86:1.0.0-v20060603'// https://jarcasting.com/artifacts/org.eclipse.core.filesystem.win32/x86/
implementation ("org.eclipse.core.filesystem.win32:x86:1.0.0-v20060603")'org.eclipse.core.filesystem.win32:x86:jar:1.0.0-v20060603'<dependency org="org.eclipse.core.filesystem.win32" name="x86" rev="1.0.0-v20060603">
  <artifact name="x86" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.core.filesystem.win32', module='x86', version='1.0.0-v20060603')
)libraryDependencies += "org.eclipse.core.filesystem.win32" % "x86" % "1.0.0-v20060603"[org.eclipse.core.filesystem.win32/x86 "1.0.0-v20060603"]