Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.buralotech.oss.jcrunit</groupId>
  <artifactId>jcrunit</artifactId>
  <version>3.0.0</version>
</dependency>

Apache Ivy

<dependency org="com.buralotech.oss.jcrunit" name="jcrunit" rev="3.0.0">
  <artifact name="jcrunit" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.buralotech.oss.jcrunit', module='jcrunit', version='3.0.0')
)

Gradle/Grails

implementation 'com.buralotech.oss.jcrunit:jcrunit:3.0.0'

Scala SBT

libraryDependencies += "com.buralotech.oss.jcrunit" % "jcrunit" % "3.0.0"

Leiningen

[com.buralotech.oss.jcrunit/jcrunit "3.0.0"]