jquery-slim

WebJar for jquery-slim

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-thesabbir-jquery-slim
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-slim
WebJar for jquery-slim
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/thesabbir/jquery-slim

Download github-com-thesabbir-jquery-slim

How to add to project

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

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.

Slim version of jQuery that excludes ajax, effects and currently deprecated code, Learn More.

Install via NPM

npm i jquery-slim --save

Using with webpack or browserify:

import $ from 'jquery-slim'
const myStuff = $('select-stuff');

Versions

Version
3.0.0