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