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