Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.birt.runtime |
ArtifactId | ArtifactIdorg.eclipse.core.filesystem |
Version | Version1.4.0.v20130514-1240 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.core.filesystem/ -->
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
<artifactId>org.eclipse.core.filesystem</artifactId>
<version>1.4.0.v20130514-1240</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.core.filesystem/
implementation 'org.eclipse.birt.runtime:org.eclipse.core.filesystem:1.4.0.v20130514-1240'
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.core.filesystem/
implementation ("org.eclipse.birt.runtime:org.eclipse.core.filesystem:1.4.0.v20130514-1240")
'org.eclipse.birt.runtime:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240'
<dependency org="org.eclipse.birt.runtime" name="org.eclipse.core.filesystem" rev="1.4.0.v20130514-1240">
<artifact name="org.eclipse.core.filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.birt.runtime', module='org.eclipse.core.filesystem', version='1.4.0.v20130514-1240')
)
libraryDependencies += "org.eclipse.birt.runtime" % "org.eclipse.core.filesystem" % "1.4.0.v20130514-1240"
[org.eclipse.birt.runtime/org.eclipse.core.filesystem "1.4.0.v20130514-1240"]