| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface ORM Data |
| GroupId | GroupIdorg.eclipse.platform |
| ArtifactId | ArtifactIdorg.eclipse.osgi.compatibility.plugins |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEquinox Compatibility Fragment for Eclipse 2.0 Plugins
Equinox Compatibility Fragment for Eclipse 2.0 Plugins
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.compatibility.plugins</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/
implementation 'org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/
implementation ("org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:1.1.0")
'org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:jar:1.1.0'
<dependency org="org.eclipse.platform" name="org.eclipse.osgi.compatibility.plugins" rev="1.1.0">
<artifact name="org.eclipse.osgi.compatibility.plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.osgi.compatibility.plugins', version='1.1.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.osgi.compatibility.plugins" % "1.1.0"
[org.eclipse.platform/org.eclipse.osgi.compatibility.plugins "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.platform : org.eclipse.osgi | jar | [3.12.0,) |