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