License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.equinox |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version3.6.200-v20130402-1505 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Eclipse Runtime
Common Eclipse Runtime
|
Project URL |
Project URL |
Filename | Size |
---|---|
common-3.6.200-v20130402-1505.pom | |
common-3.6.200-v20130402-1505.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox/common/ -->
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
<version>3.6.200-v20130402-1505</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox/common/
implementation 'org.eclipse.equinox:common:3.6.200-v20130402-1505'
// https://jarcasting.com/artifacts/org.eclipse.equinox/common/
implementation ("org.eclipse.equinox:common:3.6.200-v20130402-1505")
'org.eclipse.equinox:common:jar:3.6.200-v20130402-1505'
<dependency org="org.eclipse.equinox" name="common" rev="3.6.200-v20130402-1505">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox', module='common', version='3.6.200-v20130402-1505')
)
libraryDependencies += "org.eclipse.equinox" % "common" % "3.6.200-v20130402-1505"
[org.eclipse.equinox/common "3.6.200-v20130402-1505"]