Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-browserify-resolve |
Version | Version1.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-browserify-resolve/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-browserify-resolve</artifactId>
<version>1.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-browserify-resolve/
implementation 'org.webjars.npm:github-com-browserify-resolve:1.17.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-browserify-resolve/
implementation ("org.webjars.npm:github-com-browserify-resolve:1.17.0")
'org.webjars.npm:github-com-browserify-resolve:jar:1.17.0'
<dependency org="org.webjars.npm" name="github-com-browserify-resolve" rev="1.17.0">
<artifact name="github-com-browserify-resolve" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-browserify-resolve', version='1.17.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-browserify-resolve" % "1.17.0"
[org.webjars.npm/github-com-browserify-resolve "1.17.0"]