Categories |
CategoriesNet JavaFX User Interface |
---|---|
GroupId | GroupIdnet.sourceforge.jbizmo |
ArtifactId | ArtifactIdjbizmo-commons-javafx |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
jbizmo-commons-javafx-2.8.0.pom | |
jbizmo-commons-javafx-2.8.0.jar | 235 KB |
jbizmo-commons-javafx-2.8.0-sources.jar | 179 KB |
jbizmo-commons-javafx-2.8.0-javadoc.jar | 323 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-javafx/
implementation 'net.sourceforge.jbizmo:jbizmo-commons-javafx:2.8.0'
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-javafx/
implementation ("net.sourceforge.jbizmo:jbizmo-commons-javafx:2.8.0")
'net.sourceforge.jbizmo:jbizmo-commons-javafx:jar:2.8.0'
<dependency org="net.sourceforge.jbizmo" name="jbizmo-commons-javafx" rev="2.8.0">
<artifact name="jbizmo-commons-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jbizmo', module='jbizmo-commons-javafx', version='2.8.0')
)
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-commons-javafx" % "2.8.0"
[net.sourceforge.jbizmo/jbizmo-commons-javafx "2.8.0"]