p

presentation

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