p

presentation

Base files to build a JavaFX slide's presentation
Files download
File Operation
presentation-8.0.4.jar download
presentation-8.0.4.pom download
presentation-8.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jrebirth.af</groupId>
  <artifactId>presentation</artifactId>
  <version>8.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.jrebirth.af:presentation:8.0.4'
Gradle Kotlin
implementation("org.jrebirth.af:presentation:8.0.4")
Scala SBT
libraryDependencies += "org.jrebirth.af" % "presentation" % "8.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jrebirth.af', module='presentation', version='8.0.4')
)
Apache Ivy
<dependency org="org.jrebirth.af" name="presentation" rev="8.0.4" />
Leiningen
[org.jrebirth.af/presentation "8.0.4"]
Apache Buildr
'org.jrebirth.af:presentation:jar:8.0.4'