<dependency> <groupId>org.webjars.npm</groupId> <artifactId>function-bind</artifactId> <version>1.0.2</version> </dependency>
implementation 'org.webjars.npm:function-bind:1.0.2'
implementation("org.webjars.npm:function-bind:1.0.2")
libraryDependencies += "org.webjars.npm" % "function-bind" % "1.0.2"
@Grapes( @Grab(group='org.webjars.npm', module='function-bind', version='1.0.2') )
<dependency org="org.webjars.npm" name="function-bind" rev="1.0.2" />
[org.webjars.npm/function-bind "1.0.2"]
'org.webjars.npm:function-bind:jar:1.0.2'