Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIduk.co.blackpepper.bowman |
ArtifactId | ArtifactIdbowman-client |
Version | Version0.5.0-RELEASE2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.co.blackpepper.bowman/bowman-client/ -->
<dependency>
<groupId>uk.co.blackpepper.bowman</groupId>
<artifactId>bowman-client</artifactId>
<version>0.5.0-RELEASE2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.blackpepper.bowman/bowman-client/
implementation 'uk.co.blackpepper.bowman:bowman-client:0.5.0-RELEASE2'
// https://jarcasting.com/artifacts/uk.co.blackpepper.bowman/bowman-client/
implementation ("uk.co.blackpepper.bowman:bowman-client:0.5.0-RELEASE2")
'uk.co.blackpepper.bowman:bowman-client:jar:0.5.0-RELEASE2'
<dependency org="uk.co.blackpepper.bowman" name="bowman-client" rev="0.5.0-RELEASE2">
<artifact name="bowman-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.blackpepper.bowman', module='bowman-client', version='0.5.0-RELEASE2')
)
libraryDependencies += "uk.co.blackpepper.bowman" % "bowman-client" % "0.5.0-RELEASE2"
[uk.co.blackpepper.bowman/bowman-client "0.5.0-RELEASE2"]