is not current version
Last Version 8.6.0

org.jrebirth.af:presentation 8.0.2

Base files to build a JavaFX slide's presentation

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

presentation
Version

Version

8.0.2
Type

Type

jar

Download presentation 8.0.2


<!-- https://jarcasting.com/artifacts/org.jrebirth.af/presentation/ -->
<dependency>
    <groupId>org.jrebirth.af</groupId>
    <artifactId>presentation</artifactId>
    <version>8.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/presentation/
implementation 'org.jrebirth.af:presentation:8.0.2'
// https://jarcasting.com/artifacts/org.jrebirth.af/presentation/
implementation ("org.jrebirth.af:presentation:8.0.2")
'org.jrebirth.af:presentation:jar:8.0.2'
<dependency org="org.jrebirth.af" name="presentation" rev="8.0.2">
  <artifact name="presentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='presentation', version='8.0.2')
)
libraryDependencies += "org.jrebirth.af" % "presentation" % "8.0.2"
[org.jrebirth.af/presentation "8.0.2"]