is not current version
Last Version 0.9.2

net.corda:client 0.8

Corda client modules

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.corda
ArtifactId

ArtifactId

client
Version

Version

0.8
Type

Type

jar

Download client 0.8


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