Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.peterphi.std.util.carbon |
ArtifactId | ArtifactIdcarbon-client |
Version | Version9.7.5.6 |
Type | Typejar |
Filename | Size |
---|---|
carbon-client-9.7.5.6.pom | |
carbon-client-9.7.5.6.jar | 39 KB |
carbon-client-9.7.5.6-sources.jar | 25 KB |
carbon-client-9.7.5.6-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>9.7.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.util.carbon/carbon-client/
implementation 'com.peterphi.std.util.carbon:carbon-client:9.7.5.6'
// https://jarcasting.com/artifacts/com.peterphi.std.util.carbon/carbon-client/
implementation ("com.peterphi.std.util.carbon:carbon-client:9.7.5.6")
'com.peterphi.std.util.carbon:carbon-client:jar:9.7.5.6'
<dependency org="com.peterphi.std.util.carbon" name="carbon-client" rev="9.7.5.6">
<artifact name="carbon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.util.carbon', module='carbon-client', version='9.7.5.6')
)
libraryDependencies += "com.peterphi.std.util.carbon" % "carbon-client" % "9.7.5.6"
[com.peterphi.std.util.carbon/carbon-client "9.7.5.6"]