pcond

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

License

License

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

pcond
Last Version

Last Version

3.0.0-alpha
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://dakusui.github.io/pcond
Source Code Management

Source Code Management

http://dakusui.github.io/pcond

Download pcond

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dakusui/pcond/ -->
<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>pcond</artifactId>
    <version>3.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation 'com.github.dakusui:pcond:3.0.0-alpha'
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation ("com.github.dakusui:pcond:3.0.0-alpha")
'com.github.dakusui:pcond:jar:3.0.0-alpha'
<dependency org="com.github.dakusui" name="pcond" rev="3.0.0-alpha">
  <artifact name="pcond" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='pcond', version='3.0.0-alpha')
)
libraryDependencies += "com.github.dakusui" % "pcond" % "3.0.0-alpha"
[com.github.dakusui/pcond "3.0.0-alpha"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.opentest4j : opentest4j jar 1.2.0
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0-alpha
2.0.3
2.0.2
2.0.1
2.0.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0