is not current version
Last Version 0.9.2

net.corda:client 0.6

Corda client modules

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.corda
ArtifactId

ArtifactId

client
Version

Version

0.6
Type

Type

jar

Download client 0.6


<!-- https://jarcasting.com/artifacts/net.corda/client/ -->
<dependency>
    <groupId>net.corda</groupId>
    <artifactId>client</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda/client/
implementation 'net.corda:client:0.6'
// https://jarcasting.com/artifacts/net.corda/client/
implementation ("net.corda:client:0.6")
'net.corda:client:jar:0.6'
<dependency org="net.corda" name="client" rev="0.6">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda', module='client', version='0.6')
)
libraryDependencies += "net.corda" % "client" % "0.6"
[net.corda/client "0.6"]