MVN

com.github.dakusui : pcond

Maven & Gradle

Jun 16, 2023
1 usages

pcond · A Small Java Library for Design by Contract style programming with printable preconditions.

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>pcond</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dakusui : pcond to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Beta: 4.0.0-beta-5
  • Latest Alpha: 3.0.0-alpha5

All Versions

Choose a version of com.github.dakusui : pcond to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
pcond-4.0.0-beta-5
pcond-4.0.0-beta-4
pcond-4.0.0-beta-3
pcond-4.0.0-beta-2
pcond-4.0.0=beta-1
3.0.x
pcond-3.0.1
pcond-3.0.0
pcond-3.0.0-alpha5
pcond-3.0.0-alpha4
pcond-3.0.0-alpha3
pcond-3.0.0-alpha2
pcond-3.0.0-alpha
2.0.x
pcond-2.0.3
pcond-2.0.2
pcond-2.0.1
pcond-2.0.0
1.5.x
pcond-1.5.0
1.4.x
pcond-1.4.0
1.3.x
pcond-1.3.1
pcond-1.3.0
1.2.x
pcond-1.2.0
1.1.x
pcond-1.1.2
pcond-1.1.1
pcond-1.1.0
1.0.x
pcond-1.0.1
pcond-1.0.0

How to add a dependency to Maven

Add the following com.github.dakusui : pcond maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>pcond</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dakusui : pcond gradle dependency to your build.gradle file:

implementation 'com.github.dakusui:pcond:3.0.1'

Gradle Kotlin DSL: Add the following com.github.dakusui : pcond gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dakusui:pcond:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dakusui : pcond sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dakusui" % "pcond" % "3.0.1"

Advertisement