MVN

com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints

Maven & Gradle

Feb 10, 2022
2 usages
0 stars

WayPoints · The JWebMP Implementation for a new basic component

<dependency>
    <groupId>com.jwebmp.plugins.jquery</groupId>
    <artifactId>jwebmp-jquery-waypoints</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2.1-jre17
  • Latest Release Candidate: 1.2.0.3-jre17-rc1

All Versions

Choose a version of com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jwebmp-jquery-waypoints-1.2.2.1-jre17
jwebmp-jquery-waypoints-1.2.2.1
jwebmp-jquery-waypoints-1.2.1.2-jre17
jwebmp-jquery-waypoints-1.2.1.1-jre17
jwebmp-jquery-waypoints-1.2.0.3-jre17-rc1
jwebmp-jquery-waypoints-1.2.0.2-jre16
jwebmp-jquery-waypoints-1.2.0.1-jre11
jwebmp-jquery-waypoints-1.2.0.1-jre15
jwebmp-jquery-waypoints-1.2.0.1-jre16
jwebmp-jquery-waypoints-1.2.0.0-jre16
1.1.x
jwebmp-jquery-waypoints-1.1.1.9-jre15
jwebmp-jquery-waypoints-1.1.1.9-jre16
jwebmp-jquery-waypoints-1.1.1.8-jre15
jwebmp-jquery-waypoints-1.1.1.8-jre16
jwebmp-jquery-waypoints-1.1.1.7-jre8
jwebmp-jquery-waypoints-1.1.1.7-jre16
jwebmp-jquery-waypoints-1.1.1.7
jwebmp-jquery-waypoints-1.1.1.7-jre15
jwebmp-jquery-waypoints-1.1.1.5-jre15
jwebmp-jquery-waypoints-1.1.1.4-jre14
jwebmp-jquery-waypoints-1.1.1.4-jre8
jwebmp-jquery-waypoints-1.1.1.4-jre16
jwebmp-jquery-waypoints-1.1.1.4
jwebmp-jquery-waypoints-1.1.1.4-jre15
jwebmp-jquery-waypoints-1.1.1.3-jre8
jwebmp-jquery-waypoints-1.1.1.3-jre16
jwebmp-jquery-waypoints-1.1.1.3
jwebmp-jquery-waypoints-1.1.1.3-jre14
jwebmp-jquery-waypoints-1.1.1.3-jre15
jwebmp-jquery-waypoints-1.1.1.2
jwebmp-jquery-waypoints-1.1.1.2-jre14
jwebmp-jquery-waypoints-1.1.1.2-jre15
jwebmp-jquery-waypoints-1.1.1.1-jre14-SP1
jwebmp-jquery-waypoints-1.1.1.1-SP1
jwebmp-jquery-waypoints-1.1.1.1-jre15-SP1
jwebmp-jquery-waypoints-1.1.1.0-jre8
jwebmp-jquery-waypoints-1.1.1.0-jre14
jwebmp-jquery-waypoints-1.1.1.0
jwebmp-jquery-waypoints-1.1.1.0-jre15
jwebmp-jquery-waypoints-1.1.1.0-SNAPSHOT-jre8
jwebmp-jquery-waypoints-1.1.1.0-SNAPSHOT-jre14
jwebmp-jquery-waypoints-1.1.1.0-SNAPSHOT-jre15
jwebmp-jquery-waypoints-1.1.0.8-SNAPSHOT-jre14
jwebmp-jquery-waypoints-1.1.0.7
jwebmp-jquery-waypoints-1.1.0.7-jre8
jwebmp-jquery-waypoints-1.1.0.7-jre14
jwebmp-jquery-waypoints-1.1.0.7-jre15

How to add a dependency to Maven

Add the following com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp.plugins.jquery</groupId>
    <artifactId>jwebmp-jquery-waypoints</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints gradle dependency to your build.gradle file:

implementation 'com.jwebmp.plugins.jquery:jwebmp-jquery-waypoints:1.2.2.1-jre17'

Gradle Kotlin DSL: Add the following com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp.plugins.jquery:jwebmp-jquery-waypoints:1.2.2.1-jre17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp.plugins.jquery : jwebmp-jquery-waypoints sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp.plugins.jquery" % "jwebmp-jquery-waypoints" % "1.2.2.1-jre17"