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