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