<dependency> <groupId>org.webjars.npm</groupId> <artifactId>path</artifactId> <version>0.12.7</version> </dependency>
implementation 'org.webjars.npm:path:0.12.7'
implementation("org.webjars.npm:path:0.12.7")
libraryDependencies += "org.webjars.npm" % "path" % "0.12.7"
@Grapes( @Grab(group='org.webjars.npm', module='path', version='0.12.7') )
<dependency org="org.webjars.npm" name="path" rev="0.12.7" />
[org.webjars.npm/path "0.12.7"]
'org.webjars.npm:path:jar:0.12.7'
compile
|-- org.webjars.npm:process
|-- org.webjars.npm:util