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