Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.peterphi.std.util.carbon |
ArtifactId | ArtifactIdcarbon-client |
Version | Version7.6.3 |
Type | Typejar |
Filename | Size |
---|---|
carbon-client-7.6.3.pom | |
carbon-client-7.6.3.jar | 38 KB |
carbon-client-7.6.3-sources.jar | 23 KB |
carbon-client-7.6.3-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.util.carbon/carbon-client/ -->
<dependency>
<groupId>com.peterphi.std.util.carbon</groupId>
<artifactId>carbon-client</artifactId>
<version>7.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.util.carbon/carbon-client/
implementation 'com.peterphi.std.util.carbon:carbon-client:7.6.3'
// https://jarcasting.com/artifacts/com.peterphi.std.util.carbon/carbon-client/
implementation ("com.peterphi.std.util.carbon:carbon-client:7.6.3")
'com.peterphi.std.util.carbon:carbon-client:jar:7.6.3'
<dependency org="com.peterphi.std.util.carbon" name="carbon-client" rev="7.6.3">
<artifact name="carbon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.util.carbon', module='carbon-client', version='7.6.3')
)
libraryDependencies += "com.peterphi.std.util.carbon" % "carbon-client" % "7.6.3"
[com.peterphi.std.util.carbon/carbon-client "7.6.3"]