<dependency> <groupId>org.xbib.groovy</groupId> <artifactId>groovy-pdf</artifactId> <version>3.0.0</version> </dependency>
implementation 'org.xbib.groovy:groovy-pdf:3.0.0'
implementation("org.xbib.groovy:groovy-pdf:3.0.0")
libraryDependencies += "org.xbib.groovy" % "groovy-pdf" % "3.0.0"
@Grapes( @Grab(group='org.xbib.groovy', module='groovy-pdf', version='3.0.0') )
<dependency org="org.xbib.groovy" name="groovy-pdf" rev="3.0.0" />
[org.xbib.groovy/groovy-pdf "3.0.0"]
'org.xbib.groovy:groovy-pdf:jar:3.0.0'
compile
|-- org.codehaus.groovy:groovy-xml:2.5.12
|-- org.xbib.graphics:barcode:3.0.0
|-- org.xbib.graphics:io-pdfbox:3.0.0
runtime
|-- org.codehaus.groovy:groovy:2.5.12
|-- org.apache.logging.log4j:log4j-core:2.14.0