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