MVN

com.github.nagyesta : yippee-ki-json

Maven & Gradle

Aug 10, 2023
6 stars

Yippee-Ki-JSON · A minimal JSON manipulation app built on Spring Boot and JSON Path.

<dependency>
    <groupId>com.github.nagyesta</groupId>
    <artifactId>yippee-ki-json</artifactId>
    <version>2.0.187</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nagyesta : yippee-ki-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.187

All Versions

Choose a version of com.github.nagyesta : yippee-ki-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
yippee-ki-json-2.0.187
yippee-ki-json-2.0.172
yippee-ki-json-2.0.143
yippee-ki-json-2.0.126
yippee-ki-json-2.0.102
yippee-ki-json-2.0.83
yippee-ki-json-2.0.72
yippee-ki-json-2.0.63
yippee-ki-json-2.0.58
yippee-ki-json-2.0.54
yippee-ki-json-2.0.53
yippee-ki-json-2.0.36
yippee-ki-json-2.0.17
yippee-ki-json-2.0.0
1.7.x
yippee-ki-json-1.7.64
yippee-ki-json-1.7.61
yippee-ki-json-1.7.54
yippee-ki-json-1.7.49
yippee-ki-json-1.7.41
yippee-ki-json-1.7.29
yippee-ki-json-1.7.23
yippee-ki-json-1.7.19
yippee-ki-json-1.7.16
yippee-ki-json-1.7.6
yippee-ki-json-1.7.0
1.6.x
yippee-ki-json-1.6.52
yippee-ki-json-1.6.50
yippee-ki-json-1.6.47
yippee-ki-json-1.6.38
yippee-ki-json-1.6.25
yippee-ki-json-1.6.16
yippee-ki-json-1.6.9
yippee-ki-json-1.6.1
yippee-ki-json-1.6.0
1.5.x
yippee-ki-json-1.5.1
yippee-ki-json-1.5.0
1.4.x
yippee-ki-json-1.4.4
yippee-ki-json-1.4.3
yippee-ki-json-1.4.1

How to add a dependency to Maven

Add the following com.github.nagyesta : yippee-ki-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nagyesta</groupId>
    <artifactId>yippee-ki-json</artifactId>
    <version>2.0.187</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nagyesta : yippee-ki-json gradle dependency to your build.gradle file:

implementation 'com.github.nagyesta:yippee-ki-json:2.0.187'

Gradle Kotlin DSL: Add the following com.github.nagyesta : yippee-ki-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nagyesta:yippee-ki-json:2.0.187")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nagyesta : yippee-ki-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nagyesta" % "yippee-ki-json" % "2.0.187"