Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.corda |
ArtifactId | ArtifactIdjfx |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
jfx-0.11.0.pom | |
jfx-0.11.0.jar | 223 KB |
jfx-0.11.0-sources.jar | 27 KB |
jfx-0.11.0-javadoc.jar | 359 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.corda/jfx/ -->
<dependency>
<groupId>net.corda</groupId>
<artifactId>jfx</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda/jfx/
implementation 'net.corda:jfx:0.11.0'
// https://jarcasting.com/artifacts/net.corda/jfx/
implementation ("net.corda:jfx:0.11.0")
'net.corda:jfx:jar:0.11.0'
<dependency org="net.corda" name="jfx" rev="0.11.0">
<artifact name="jfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda', module='jfx', version='0.11.0')
)
libraryDependencies += "net.corda" % "jfx" % "0.11.0"
[net.corda/jfx "0.11.0"]