| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdio.datafx |
| ArtifactId | ArtifactIdcore |
| Version | Version8.0b9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-8.0b9.pom | |
| core-8.0b9.jar | 37 KB |
| core-8.0b9-sources.jar | 34 KB |
| core-8.0b9-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.datafx/core/ -->
<dependency>
<groupId>io.datafx</groupId>
<artifactId>core</artifactId>
<version>8.0b9</version>
</dependency>
// https://jarcasting.com/artifacts/io.datafx/core/
implementation 'io.datafx:core:8.0b9'
// https://jarcasting.com/artifacts/io.datafx/core/
implementation ("io.datafx:core:8.0b9")
'io.datafx:core:jar:8.0b9'
<dependency org="io.datafx" name="core" rev="8.0b9">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datafx', module='core', version='8.0b9')
)
libraryDependencies += "io.datafx" % "core" % "8.0b9"
[io.datafx/core "8.0b9"]