MVN

org.webjars.bower : fast-json-patch

Maven & Gradle

Sep 01, 2018
1 usages
1.7k stars

fast-json-patch · WebJar for fast-json-patch

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>fast-json-patch</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : fast-json-patch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of org.webjars.bower : fast-json-patch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fast-json-patch-2.0.7
fast-json-patch-2.0.6
1.1.x
fast-json-patch-1.1.8
fast-json-patch-1.1.7
fast-json-patch-1.1.6
fast-json-patch-1.1.5
fast-json-patch-1.1.4
fast-json-patch-1.1.1

How to add a dependency to Maven

Add the following org.webjars.bower : fast-json-patch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>fast-json-patch</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : fast-json-patch gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:fast-json-patch:2.0.7'

Gradle Kotlin DSL: Add the following org.webjars.bower : fast-json-patch gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:fast-json-patch:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : fast-json-patch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "fast-json-patch" % "2.0.7"

Advertisement