MVN

org.saynotobugs : confidence-asm

Maven & Gradle

Jan 20, 2024
10 stars

confidence-asm · A Java Assertion Framework

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

Latest Version

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

  • Latest Stable: 0.42.0

All Versions

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

Version Vulnerabilities Updated
0.42.x
confidence-asm-0.42.0
0.41.x
confidence-asm-0.41.2
confidence-asm-0.41.1
confidence-asm-0.41.0
0.40.x
confidence-asm-0.40.0
0.39.x
confidence-asm-0.39.0
0.38.x
confidence-asm-0.38.0
0.37.x
confidence-asm-0.37.0
0.36.x
confidence-asm-0.36.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement