<dependency> <groupId>com.propensive</groupId> <artifactId>clairvoyant-http</artifactId> <version>0.1.0</version> </dependency>
implementation 'com.propensive:clairvoyant-http:0.1.0'
implementation("com.propensive:clairvoyant-http:0.1.0")
libraryDependencies += "com.propensive" % "clairvoyant-http" % "0.1.0"
@Grapes( @Grab(group='com.propensive', module='clairvoyant-http', version='0.1.0') )
<dependency org="com.propensive" name="clairvoyant-http" rev="0.1.0" />
[com.propensive/clairvoyant-http "0.1.0"]
'com.propensive:clairvoyant-http:jar:0.1.0'