o

openpdf

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