MVN

org.panda-lang : expressible-junit

Maven & Gradle

Aug 25, 2023
27 stars

Expressible · Extensions for testing in JUnit 5 style

<dependency>
    <groupId>org.panda-lang</groupId>
    <artifactId>expressible-junit</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.panda-lang : expressible-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of org.panda-lang : expressible-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
expressible-junit-1.3.6
expressible-junit-1.3.5
expressible-junit-1.3.4
expressible-junit-1.3.2
expressible-junit-1.3.1
expressible-junit-1.3.0
1.2.x
expressible-junit-1.2.9
expressible-junit-1.2.7
expressible-junit-1.2.6
expressible-junit-1.2.3
expressible-junit-1.2.2

How to add a dependency to Maven

Add the following org.panda-lang : expressible-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.panda-lang</groupId>
    <artifactId>expressible-junit</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.panda-lang : expressible-junit gradle dependency to your build.gradle file:

implementation 'org.panda-lang:expressible-junit:1.3.6'

Gradle Kotlin DSL: Add the following org.panda-lang : expressible-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.panda-lang:expressible-junit:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.panda-lang : expressible-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.panda-lang" % "expressible-junit" % "1.3.6"