o

openpdf

文件下载
文件名 操作
openpdf-1.3.32.jar 下载
openpdf-1.3.32.pom 下载
openpdf-1.3.32-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.librepdf</groupId>
  <artifactId>openpdf</artifactId>
  <version>1.3.32</version>
</dependency>
Gradle Groovy
implementation 'com.github.librepdf:openpdf:1.3.32'
Gradle Kotlin
implementation("com.github.librepdf:openpdf:1.3.32")
Scala SBT
libraryDependencies += "com.github.librepdf" % "openpdf" % "1.3.32"
Groovy Grape
@Grapes(
  @Grab(group='com.github.librepdf', module='openpdf', version='1.3.32')
)
Apache Ivy
<dependency org="com.github.librepdf" name="openpdf" rev="1.3.32" />
Leiningen
[com.github.librepdf/openpdf "1.3.32"]
Apache Buildr
'com.github.librepdf:openpdf:jar:1.3.32'