GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdpcond |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
pcond-2.0.1.pom | |
pcond-2.0.1.jar | 141 KB |
pcond-2.0.1-sources.jar | 52 KB |
pcond-2.0.1-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/pcond/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>pcond</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation 'com.github.dakusui:pcond:2.0.1'
// https://jarcasting.com/artifacts/com.github.dakusui/pcond/
implementation ("com.github.dakusui:pcond:2.0.1")
'com.github.dakusui:pcond:jar:2.0.1'
<dependency org="com.github.dakusui" name="pcond" rev="2.0.1">
<artifact name="pcond" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='pcond', version='2.0.1')
)
libraryDependencies += "com.github.dakusui" % "pcond" % "2.0.1"
[com.github.dakusui/pcond "2.0.1"]