Categories |
CategoriesAnt Build Tools CLI User Interface gRPC Net Networking |
---|---|
GroupId | GroupIdcom.salesforce.cantor |
ArtifactId | ArtifactIdcantor-grpc-client |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
cantor-grpc-client-0.1.2.pom | |
cantor-grpc-client-0.1.2.jar | 25 KB |
cantor-grpc-client-0.1.2-sources.jar | 8 KB |
cantor-grpc-client-0.1.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-grpc-client/ -->
<dependency>
<groupId>com.salesforce.cantor</groupId>
<artifactId>cantor-grpc-client</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-grpc-client/
implementation 'com.salesforce.cantor:cantor-grpc-client:0.1.2'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-grpc-client/
implementation ("com.salesforce.cantor:cantor-grpc-client:0.1.2")
'com.salesforce.cantor:cantor-grpc-client:jar:0.1.2'
<dependency org="com.salesforce.cantor" name="cantor-grpc-client" rev="0.1.2">
<artifact name="cantor-grpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-grpc-client', version='0.1.2')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-grpc-client" % "0.1.2"
[com.salesforce.cantor/cantor-grpc-client "0.1.2"]