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