MVN

net.disy.jquery : jquery-parent

Maven & Gradle

Mar 15, 2011

jQuery Parent · jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

<dependency>
    <groupId>net.disy.jquery</groupId>
    <artifactId>jquery-parent</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.disy.jquery : jquery-parent to add to Maven - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of net.disy.jquery : jquery-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3
jquery-parent-3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.disy.jquery</groupId>
    <artifactId>jquery-parent</artifactId>
    <version>3</version>
</dependency>