jquery-tristate

WebJar for jquery-tristate

License

License

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

jquery-tristate
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-tristate
WebJar for jquery-tristate
Project URL

Project URL

https://webjars.org
Source Code Management

Source Code Management

https://github.com/webjars/jquery-tristate

Download jquery-tristate

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars : jquery jar 1.6.2

Project Modules

There are no modules declared in this project.

jQuery Tristate WebJar (jquery-tristate)

jQuery Tristate by Martijn van der Lee adds a tristate (indeterminate) checkbox with pseudo selectors and optional value modification and .val() overwrite to jQuery. It is licensed with the MIT License. This WebJar includes the corresponding JavaScript file.

jQuery is provided the OpenJS Foundation under the MIT License.

WebJars are usually built using a plain Maven POM. This WebJar uses the Wagon Maven Plugin to download the jQuery Tristate file from jsDelivr and puts it into the Java archive.

Usage

Just include this WebJar into your project. For Maven, you can use the following snippet:

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jquery-tristate</artifactId>
    <version>1.2.1</version>
</dependency>

And here is a Gradle snippet for you:

implementation 'org.webjars:jquery-tristate:1.2.1'

Building

Just call

mvn clean install

and the Jar is built. You can check the output in the target folder. Please make sure that all required files are included and have proper content.

Contributing

I highly welcome your updates and improvements. Please open a pull request if you want to contribute to the jQuery Tristate WebJar. Thanks in advance!

org.webjars

WebJars

Web Libraries as JAR Files

Versions

Version
1.2.1