<dependency> <groupId>org.xbib.groovy</groupId> <artifactId>groovy-pdf</artifactId> <version>1.0.2</version> </dependency>
implementation 'org.xbib.groovy:groovy-pdf:1.0.2'
implementation("org.xbib.groovy:groovy-pdf:1.0.2")
libraryDependencies += "org.xbib.groovy" % "groovy-pdf" % "1.0.2"
@Grapes( @Grab(group='org.xbib.groovy', module='groovy-pdf', version='1.0.2') )
<dependency org="org.xbib.groovy" name="groovy-pdf" rev="1.0.2" />
[org.xbib.groovy/groovy-pdf "1.0.2"]
'org.xbib.groovy:groovy-pdf:jar:1.0.2'
compile
|-- org.apache.pdfbox:pdfbox:2.0.7
|-- org.apache.logging.log4j:log4j-core:2.8.2
test
|-- org.codehaus.groovy:groovy-all:2.4.12
|-- junit:junit:4.12
|-- org.spockframework:spock-core:1.1-groovy-2.4
|-- cglib:cglib-nodep:3.2.5
|-- org.objenesis:objenesis:2.6