License |
License |
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdorg.eclipse.core.databinding |
ArtifactId | ArtifactIdbeans |
Last Version | Last Version1.0.0-I20070606-0010 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFace Data Binding for JavaBeans
|
Filename | Size |
---|---|
beans-1.0.0-I20070606-0010.pom | |
beans-1.0.0-I20070606-0010.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.core.databinding/beans/ -->
<dependency>
<groupId>org.eclipse.core.databinding</groupId>
<artifactId>beans</artifactId>
<version>1.0.0-I20070606-0010</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.core.databinding/beans/
implementation 'org.eclipse.core.databinding:beans:1.0.0-I20070606-0010'
// https://jarcasting.com/artifacts/org.eclipse.core.databinding/beans/
implementation ("org.eclipse.core.databinding:beans:1.0.0-I20070606-0010")
'org.eclipse.core.databinding:beans:jar:1.0.0-I20070606-0010'
<dependency org="org.eclipse.core.databinding" name="beans" rev="1.0.0-I20070606-0010">
<artifact name="beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.core.databinding', module='beans', version='1.0.0-I20070606-0010')
)
libraryDependencies += "org.eclipse.core.databinding" % "beans" % "1.0.0-I20070606-0010"
[org.eclipse.core.databinding/beans "1.0.0-I20070606-0010"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.core : databinding | jar | [1.0.0,2.0.0) |
org.eclipse.equinox : common | jar | [3.2.0,4.0.0) |