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