License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.ow2.orchestra.eclipse.equinox |
ArtifactId | ArtifactIdorg.ow2.orchestra.eclipse.equinox.common |
Last Version | Last Version3.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Eclipse Runtime
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.equinox/org.ow2.orchestra.eclipse.equinox.common/ -->
<dependency>
<groupId>org.ow2.orchestra.eclipse.equinox</groupId>
<artifactId>org.ow2.orchestra.eclipse.equinox.common</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.equinox/org.ow2.orchestra.eclipse.equinox.common/
implementation 'org.ow2.orchestra.eclipse.equinox:org.ow2.orchestra.eclipse.equinox.common:3.6.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.eclipse.equinox/org.ow2.orchestra.eclipse.equinox.common/
implementation ("org.ow2.orchestra.eclipse.equinox:org.ow2.orchestra.eclipse.equinox.common:3.6.0")
'org.ow2.orchestra.eclipse.equinox:org.ow2.orchestra.eclipse.equinox.common:jar:3.6.0'
<dependency org="org.ow2.orchestra.eclipse.equinox" name="org.ow2.orchestra.eclipse.equinox.common" rev="3.6.0">
<artifact name="org.ow2.orchestra.eclipse.equinox.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.eclipse.equinox', module='org.ow2.orchestra.eclipse.equinox.common', version='3.6.0')
)
libraryDependencies += "org.ow2.orchestra.eclipse.equinox" % "org.ow2.orchestra.eclipse.equinox.common" % "3.6.0"
[org.ow2.orchestra.eclipse.equinox/org.ow2.orchestra.eclipse.equinox.common "3.6.0"]