Files download
File Operation
groovy-pdf-1.0.1.jar download
groovy-pdf-1.0.1.pom download
groovy-pdf-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib.groovy</groupId>
  <artifactId>groovy-pdf</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.xbib.groovy:groovy-pdf:1.0.1'
Gradle Kotlin
implementation("org.xbib.groovy:groovy-pdf:1.0.1")
Scala SBT
libraryDependencies += "org.xbib.groovy" % "groovy-pdf" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib.groovy', module='groovy-pdf', version='1.0.1')
)
Apache Ivy
<dependency org="org.xbib.groovy" name="groovy-pdf" rev="1.0.1" />
Leiningen
[org.xbib.groovy/groovy-pdf "1.0.1"]
Apache Buildr
'org.xbib.groovy:groovy-pdf:jar:1.0.1'