<dependency> <groupId>com.github.dakusui</groupId> <artifactId>pcond</artifactId> <version>4.0.0-beta-15-SNAPSHOT</version> </dependency>
'com.github.dakusui:pcond:jar:4.0.0-beta-15-SNAPSHOT'
<dependency org="com.github.dakusui" name="pcond" rev="4.0.0-beta-15-SNAPSHOT"> <artifact name="pcond" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.dakusui', module='pcond', version='4.0.0-beta-15-SNAPSHOT') )
compile 'com.github.dakusui:pcond:4.0.0-beta-15-SNAPSHOT'
libraryDependencies += "com.github.dakusui" % "pcond" % "4.0.0-beta-15-SNAPSHOT"
[com.github.dakusui/pcond "4.0.0-beta-15-SNAPSHOT"]