Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.birt.runtime |
ArtifactId | ArtifactIdorg.eclipse.core.filesystem |
Version | Version1.3.200.v20130115-145044 |
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.3.200.v20130115-145044</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.core.filesystem/
implementation 'org.eclipse.birt.runtime:org.eclipse.core.filesystem:1.3.200.v20130115-145044'
// https://jarcasting.com/artifacts/org.eclipse.birt.runtime/org.eclipse.core.filesystem/
implementation ("org.eclipse.birt.runtime:org.eclipse.core.filesystem:1.3.200.v20130115-145044")
'org.eclipse.birt.runtime:org.eclipse.core.filesystem:jar:1.3.200.v20130115-145044'
<dependency org="org.eclipse.birt.runtime" name="org.eclipse.core.filesystem" rev="1.3.200.v20130115-145044">
<artifact name="org.eclipse.core.filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.birt.runtime', module='org.eclipse.core.filesystem', version='1.3.200.v20130115-145044')
)
libraryDependencies += "org.eclipse.birt.runtime" % "org.eclipse.core.filesystem" % "1.3.200.v20130115-145044"
[org.eclipse.birt.runtime/org.eclipse.core.filesystem "1.3.200.v20130115-145044"]