License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdpcond |
Version | Version2.0.3 |
Type | Typejar |
Description |
Descriptionpcond
A Small Java Library for Design by Contract style programming with printable preconditions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pcond-2.0.3.pom | |
pcond-2.0.3.jar | 143 KB |
pcond-2.0.3-sources.jar | 53 KB |
pcond-2.0.3-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/pcond/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>pcond</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation 'com.github.dakusui:pcond:2.0.3'
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation ("com.github.dakusui:pcond:2.0.3")
'com.github.dakusui:pcond:jar:2.0.3'
<dependency org="com.github.dakusui" name="pcond" rev="2.0.3">
<artifact name="pcond" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='pcond', version='2.0.3')
)
libraryDependencies += "com.github.dakusui" % "pcond" % "2.0.3"
[com.github.dakusui/pcond "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.opentest4j : opentest4j | jar | 1.2.0 |
junit : junit | jar | 4.13.1 |