<dependency> <groupId>org.webjars</groupId> <artifactId>pdf-js</artifactId> <version>2.9.359</version> </dependency>
implementation 'org.webjars:pdf-js:2.9.359'
implementation("org.webjars:pdf-js:2.9.359")
libraryDependencies += "org.webjars" % "pdf-js" % "2.9.359"
@Grapes( @Grab(group='org.webjars', module='pdf-js', version='2.9.359') )
<dependency org="org.webjars" name="pdf-js" rev="2.9.359" />
[org.webjars/pdf-js "2.9.359"]
'org.webjars:pdf-js:jar:2.9.359'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>