MVN

org.saynotobugs : confidence-json

Maven & Gradle

Jan 20, 2024
10 stars

confidence-json · A Java Assertion Framework

<dependency>
    <groupId>org.saynotobugs</groupId>
    <artifactId>confidence-json</artifactId>
    <version>0.42.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.saynotobugs : confidence-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.42.0

All Versions

Choose a version of org.saynotobugs : confidence-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.42.x
confidence-json-0.42.0
0.41.x
confidence-json-0.41.2
confidence-json-0.41.1
confidence-json-0.41.0
0.40.x
confidence-json-0.40.0
0.39.x
confidence-json-0.39.0
0.38.x
confidence-json-0.38.0
0.37.x
confidence-json-0.37.0
0.36.x
confidence-json-0.36.2
0.35.x
confidence-json-0.35.2
confidence-json-0.35.1
confidence-json-0.35.0
0.34.x
confidence-json-0.34.0
0.33.x
confidence-json-0.33.0
0.32.x
confidence-json-0.32.0
0.31.x
confidence-json-0.31.0
0.30.x
confidence-json-0.30.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.saynotobugs</groupId>
    <artifactId>confidence-json</artifactId>
    <version>0.42.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.saynotobugs : confidence-json gradle dependency to your build.gradle file:

implementation 'org.saynotobugs:confidence-json:0.42.0'

Gradle Kotlin DSL: Add the following org.saynotobugs : confidence-json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.saynotobugs:confidence-json:0.42.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.saynotobugs : confidence-json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.saynotobugs" % "confidence-json" % "0.42.0"