| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.ow2.orchestra.eclipse.core | 
| ArtifactId | ArtifactIdorg.ow2.orchestra.eclipse.core.filesystem | 
| Last Version | Last Version1.3.100 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCore File Systems Birt integration within Orchestra.
Those Eclipse's artifacts are temporaly published under Orchestra repository awaiting the Eclipse fundation to do it.
This is not a full publication of Birt artifacts but just ones needed by the Orchestra project | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.filesystem/ -->
<dependency>
    <groupId>org.ow2.orchestra.eclipse.core</groupId>
    <artifactId>org.ow2.orchestra.eclipse.core.filesystem</artifactId>
    <version>1.3.100</version>
</dependency>// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.filesystem/
implementation 'org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.filesystem:1.3.100'// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.filesystem/
implementation ("org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.filesystem:1.3.100")'org.ow2.orchestra.eclipse.core:org.ow2.orchestra.eclipse.core.filesystem:jar:1.3.100'<dependency org="org.ow2.orchestra.eclipse.core" name="org.ow2.orchestra.eclipse.core.filesystem" rev="1.3.100">
  <artifact name="org.ow2.orchestra.eclipse.core.filesystem" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ow2.orchestra.eclipse.core', module='org.ow2.orchestra.eclipse.core.filesystem', version='1.3.100')
)libraryDependencies += "org.ow2.orchestra.eclipse.core" % "org.ow2.orchestra.eclipse.core.filesystem" % "1.3.100"[org.ow2.orchestra.eclipse.core/org.ow2.orchestra.eclipse.core.filesystem "1.3.100"]