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