MVN

com.github.dakusui : pcond

Maven & Gradle

Apr 14, 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-4
  • 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 Updated
  • pcond-4.0.0-beta-4

    Apr 14, 2023
  • pcond-4.0.0-beta-3

    Mar 14, 2023
  • pcond-4.0.0-beta-2

    Mar 13, 2023
  • pcond-4.0.0=beta-1

    Jan 02, 2023
  • pcond-3.0.1

    Nov 03, 2022
  • pcond-3.0.0

    Oct 08, 2022
  • pcond-3.0.0-alpha5

    Oct 06, 2022
  • pcond-3.0.0-alpha4

    Sep 11, 2022
  • pcond-3.0.0-alpha3

    Aug 18, 2022
  • pcond-3.0.0-alpha2

    Aug 18, 2022
  • pcond-3.0.0-alpha

    May 23, 2022
  • pcond-2.0.3

    Sep 01, 2021
  • pcond-2.0.2

    Jan 16, 2021
  • pcond-2.0.1

    Oct 17, 2020
  • pcond-2.0.0

    Oct 16, 2020
  • pcond-1.5.0

    Jul 23, 2020
  • pcond-1.4.0

    Apr 25, 2020
  • pcond-1.3.1

    Apr 20, 2020
  • pcond-1.3.0

    Apr 18, 2020
  • pcond-1.2.0

    Mar 31, 2020
  • pcond-1.1.2

    Mar 23, 2020
  • pcond-1.1.1

    Mar 21, 2020
  • pcond-1.1.0

    Mar 16, 2020
  • pcond-1.0.1

    Mar 07, 2020
  • pcond-1.0.0

    Mar 07, 2020

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"