| Categories |
CategoriesNet JavaFX User Interface |
|---|---|
| GroupId | GroupIdnet.sourceforge.jbizmo |
| ArtifactId | ArtifactIdjbizmo-commons-javafx |
| Version | Version2.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbizmo-commons-javafx-2.2.0.pom | |
| jbizmo-commons-javafx-2.2.0.jar | 234 KB |
| jbizmo-commons-javafx-2.2.0-sources.jar | 175 KB |
| jbizmo-commons-javafx-2.2.0-javadoc.jar | 314 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-javafx/ -->
<dependency>
<groupId>net.sourceforge.jbizmo</groupId>
<artifactId>jbizmo-commons-javafx</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-javafx/
implementation 'net.sourceforge.jbizmo:jbizmo-commons-javafx:2.2.0'
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-javafx/
implementation ("net.sourceforge.jbizmo:jbizmo-commons-javafx:2.2.0")
'net.sourceforge.jbizmo:jbizmo-commons-javafx:jar:2.2.0'
<dependency org="net.sourceforge.jbizmo" name="jbizmo-commons-javafx" rev="2.2.0">
<artifact name="jbizmo-commons-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jbizmo', module='jbizmo-commons-javafx', version='2.2.0')
)
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-commons-javafx" % "2.2.0"
[net.sourceforge.jbizmo/jbizmo-commons-javafx "2.2.0"]