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