<dependency> <groupId>com.github.librepdf</groupId> <artifactId>pdf-rtf</artifactId> <version>1.0.5</version> </dependency>
implementation 'com.github.librepdf:pdf-rtf:1.0.5'
implementation("com.github.librepdf:pdf-rtf:1.0.5")
libraryDependencies += "com.github.librepdf" % "pdf-rtf" % "1.0.5"
@Grapes( @Grab(group='com.github.librepdf', module='pdf-rtf', version='1.0.5') )
<dependency org="com.github.librepdf" name="pdf-rtf" rev="1.0.5" />
[com.github.librepdf/pdf-rtf "1.0.5"]
'com.github.librepdf:pdf-rtf:jar:1.0.5'
<parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.0.5</version> </parent>
compile
|-- com.github.librepdf:openpdf
test
|-- junit:junit