querystring-browser

WebJar for querystring-browser

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

querystring-browser
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

querystring-browser
WebJar for querystring-browser
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mathiasvr/querystring

Download querystring-browser

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/querystring-browser/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>querystring-browser</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/querystring-browser/
implementation 'org.webjars.npm:querystring-browser:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/querystring-browser/
implementation ("org.webjars.npm:querystring-browser:1.0.4")
'org.webjars.npm:querystring-browser:jar:1.0.4'
<dependency org="org.webjars.npm" name="querystring-browser" rev="1.0.4">
  <artifact name="querystring-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='querystring-browser', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "querystring-browser" % "1.0.4"
[org.webjars.npm/querystring-browser "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

querystring-browser npm

Node.js v5 compatible querystring module for browsers.

install

npm install -g querystring-browser

usage

Require the module or make browserify rewrite querystring using a transform such as aliasify:

"aliasify": {
  "aliases": {
    "querystring": "querystring-browser"
  }
}

Node.js

The source code comes straight from the core implementation at https://github.com/nodejs/node

license

MIT / Node.js licence

Versions

Version
1.0.4