Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.core.runtime |
ArtifactId | ArtifactIdcompatibility |
Version | Version3.1.100-v20060603 |
Type | Typejar |
Filename | Size |
---|---|
compatibility-3.1.100-v20060603.pom | |
compatibility-3.1.100-v20060603.jar | 82 KB |
Browse |
<!-- 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"]