p

presentation

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