| License | License | 
|---|---|
| Categories | CategoriesData CLI User Interface | 
| GroupId | GroupIdcom.github.adedayo.eclipse.sdk | 
| ArtifactId | ArtifactIdorg.eclipse.equinox.p2.metadata | 
| Last Version | Last Version2.3.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.eclipse.equinox.p2.metadata A packaging of the eclipse sdk org.eclipse.equinox.p2.metadata library. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.metadata/ -->
<dependency>
    <groupId>com.github.adedayo.eclipse.sdk</groupId>
    <artifactId>org.eclipse.equinox.p2.metadata</artifactId>
    <version>2.3.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.metadata/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.metadata:2.3.0'// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.metadata/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.metadata:2.3.0")'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.p2.metadata:jar:2.3.0'<dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.equinox.p2.metadata" rev="2.3.0">
  <artifact name="org.eclipse.equinox.p2.metadata" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.equinox.p2.metadata', version='2.3.0')
)libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.equinox.p2.metadata" % "2.3.0"[com.github.adedayo.eclipse.sdk/org.eclipse.equinox.p2.metadata "2.3.0"]