| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.open |
| ArtifactId | ArtifactIdfx |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncedarsoft Open JavaFX
cedarsoft Open JavaFX based Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fx-1.0.1.pom | 1 KB |
| fx-1.0.1-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.open/fx/ -->
<dependency>
<groupId>com.cedarsoft.open</groupId>
<artifactId>fx</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.open/fx/
implementation 'com.cedarsoft.open:fx:1.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.open/fx/
implementation ("com.cedarsoft.open:fx:1.0.1")
'com.cedarsoft.open:fx:jar:1.0.1'
<dependency org="com.cedarsoft.open" name="fx" rev="1.0.1">
<artifact name="fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.open', module='fx', version='1.0.1')
)
libraryDependencies += "com.cedarsoft.open" % "fx" % "1.0.1"
[com.cedarsoft.open/fx "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.10 |