| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.core.runtime.compatibility | 
| ArtifactId | ArtifactIdregistry | 
| Version | Version3.2.1-R32x_v20060907 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| registry-3.2.1-R32x_v20060907.pom | |
| registry-3.2.1-R32x_v20060907.jar | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/registry/ -->
<dependency>
    <groupId>org.eclipse.core.runtime.compatibility</groupId>
    <artifactId>registry</artifactId>
    <version>3.2.1-R32x_v20060907</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/registry/
implementation 'org.eclipse.core.runtime.compatibility:registry:3.2.1-R32x_v20060907'// https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/registry/
implementation ("org.eclipse.core.runtime.compatibility:registry:3.2.1-R32x_v20060907")'org.eclipse.core.runtime.compatibility:registry:jar:3.2.1-R32x_v20060907'<dependency org="org.eclipse.core.runtime.compatibility" name="registry" rev="3.2.1-R32x_v20060907">
  <artifact name="registry" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.core.runtime.compatibility', module='registry', version='3.2.1-R32x_v20060907')
)libraryDependencies += "org.eclipse.core.runtime.compatibility" % "registry" % "3.2.1-R32x_v20060907"[org.eclipse.core.runtime.compatibility/registry "3.2.1-R32x_v20060907"]