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