| Categories | CategoriesCLI User Interface gRPC Net Networking | 
|---|---|
| GroupId | GroupIdorg.nd4j | 
| ArtifactId | ArtifactIdnd4j-grpc-client | 
| Version | Version1.0.0-beta6 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-grpc-client/ -->
<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-grpc-client</artifactId>
    <version>1.0.0-beta6</version>
</dependency>// https://jarcasting.com/artifacts/org.nd4j/nd4j-grpc-client/
implementation 'org.nd4j:nd4j-grpc-client:1.0.0-beta6'// https://jarcasting.com/artifacts/org.nd4j/nd4j-grpc-client/
implementation ("org.nd4j:nd4j-grpc-client:1.0.0-beta6")'org.nd4j:nd4j-grpc-client:jar:1.0.0-beta6'<dependency org="org.nd4j" name="nd4j-grpc-client" rev="1.0.0-beta6">
  <artifact name="nd4j-grpc-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nd4j', module='nd4j-grpc-client', version='1.0.0-beta6')
)libraryDependencies += "org.nd4j" % "nd4j-grpc-client" % "1.0.0-beta6"[org.nd4j/nd4j-grpc-client "1.0.0-beta6"]