| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdno.tornado.databinding |
| ArtifactId | ArtifactIddatabinding-parent |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSwing Data Binding Parent
Swing Data Binding is a powerful, fast, light and simple data binding framework for Java.
|
| Filename | Size |
|---|---|
| databinding-parent-1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.tornado.databinding/databinding-parent/ -->
<dependency>
<groupId>no.tornado.databinding</groupId>
<artifactId>databinding-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.tornado.databinding/databinding-parent/
implementation 'no.tornado.databinding:databinding-parent:1.0'
// https://jarcasting.com/artifacts/no.tornado.databinding/databinding-parent/
implementation ("no.tornado.databinding:databinding-parent:1.0")
'no.tornado.databinding:databinding-parent:pom:1.0'
<dependency org="no.tornado.databinding" name="databinding-parent" rev="1.0">
<artifact name="databinding-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.tornado.databinding', module='databinding-parent', version='1.0')
)
libraryDependencies += "no.tornado.databinding" % "databinding-parent" % "1.0"
[no.tornado.databinding/databinding-parent "1.0"]