Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>pcond</artifactId>
  <version>4.0.0-beta-15-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dakusui:pcond:jar:4.0.0-beta-15-SNAPSHOT'

Apache Ivy

<dependency org="com.github.dakusui" name="pcond" rev="4.0.0-beta-15-SNAPSHOT">
  <artifact name="pcond" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.dakusui', module='pcond', version='4.0.0-beta-15-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.dakusui:pcond:4.0.0-beta-15-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.dakusui" % "pcond" % "4.0.0-beta-15-SNAPSHOT"

Leiningen

[com.github.dakusui/pcond "4.0.0-beta-15-SNAPSHOT"]