is not current version
Last Version 3.1.200-v20070502

org.eclipse.core.runtime:compatibility 3.1.100-v20060603


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.core.runtime
ArtifactId

ArtifactId

compatibility
Version

Version

3.1.100-v20060603
Type

Type

jar

Download compatibility 3.1.100-v20060603


<!-- https://jarcasting.com/artifacts/org.eclipse.core.runtime/compatibility/ -->
<dependency>
    <groupId>org.eclipse.core.runtime</groupId>
    <artifactId>compatibility</artifactId>
    <version>3.1.100-v20060603</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.core.runtime/compatibility/
implementation 'org.eclipse.core.runtime:compatibility:3.1.100-v20060603'
// https://jarcasting.com/artifacts/org.eclipse.core.runtime/compatibility/
implementation ("org.eclipse.core.runtime:compatibility:3.1.100-v20060603")
'org.eclipse.core.runtime:compatibility:jar:3.1.100-v20060603'
<dependency org="org.eclipse.core.runtime" name="compatibility" rev="3.1.100-v20060603">
  <artifact name="compatibility" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.core.runtime', module='compatibility', version='3.1.100-v20060603')
)
libraryDependencies += "org.eclipse.core.runtime" % "compatibility" % "3.1.100-v20060603"
[org.eclipse.core.runtime/compatibility "3.1.100-v20060603"]