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