| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.osgi | 
    
| ArtifactId | ArtifactIdorg.eclipse.equinox.coordinator | 
    
| Last Version | Last Version1.3.100.v20150410-1453 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description%bundleName 
            %bundleName 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization%bundleVendor | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.osgi/org.eclipse.equinox.coordinator/ -->
<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>org.eclipse.equinox.coordinator</artifactId>
    <version>1.3.100.v20150410-1453</version>
</dependency>
                // https://jarcasting.com/artifacts/org.osgi/org.eclipse.equinox.coordinator/
implementation 'org.osgi:org.eclipse.equinox.coordinator:1.3.100.v20150410-1453'
                // https://jarcasting.com/artifacts/org.osgi/org.eclipse.equinox.coordinator/
implementation ("org.osgi:org.eclipse.equinox.coordinator:1.3.100.v20150410-1453")
                'org.osgi:org.eclipse.equinox.coordinator:jar:1.3.100.v20150410-1453'
                <dependency org="org.osgi" name="org.eclipse.equinox.coordinator" rev="1.3.100.v20150410-1453">
  <artifact name="org.eclipse.equinox.coordinator" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.osgi', module='org.eclipse.equinox.coordinator', version='1.3.100.v20150410-1453')
)
                libraryDependencies += "org.osgi" % "org.eclipse.equinox.coordinator" % "1.3.100.v20150410-1453"
                [org.osgi/org.eclipse.equinox.coordinator "1.3.100.v20150410-1453"]