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