| License |
License |
|---|---|
| Categories |
CategoriesNet JavaFX User Interface |
| GroupId | GroupIdnet.sf.mgp |
| ArtifactId | ArtifactIdjavafx-properties |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaFX properties for JavaBeans
Utilities to create JavaFX properties for JavaBeans
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javafx-properties-1.0.0.pom | |
| javafx-properties-1.0.0.jar | 13 KB |
| javafx-properties-1.0.0-sources.jar | 5 KB |
| javafx-properties-1.0.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.mgp/javafx-properties/ -->
<dependency>
<groupId>net.sf.mgp</groupId>
<artifactId>javafx-properties</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mgp/javafx-properties/
implementation 'net.sf.mgp:javafx-properties:1.0.0'
// https://jarcasting.com/artifacts/net.sf.mgp/javafx-properties/
implementation ("net.sf.mgp:javafx-properties:1.0.0")
'net.sf.mgp:javafx-properties:jar:1.0.0'
<dependency org="net.sf.mgp" name="javafx-properties" rev="1.0.0">
<artifact name="javafx-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mgp', module='javafx-properties', version='1.0.0')
)
libraryDependencies += "net.sf.mgp" % "javafx-properties" % "1.0.0"
[net.sf.mgp/javafx-properties "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |