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