is not current version
Last Version 8.6.0

org.jrebirth.af:presentation 7.7.4

Base files to build a JavaFX slide's presentation

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

presentation
Version

Version

7.7.4
Type

Type

jar

Download presentation 7.7.4


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