Download corda-node-schemas-0.14.0.jar file - Jar c

Jar examples for c:corda-node-schemas

Description

Corda node database schemas

You can download jar file corda-node-schemas 0.14.0 in this page.

License

Apache-2.0

Build File

You can use the following script to add corda-node-schemas-0.14.0.jar to your project.

<dependency>
   <groupId>net.corda</groupId>
   <artifactId>corda-node-schemas</artifactId>
   <version>0.14.0</version>
</dependency>
compile group: 'net.corda', name: 'corda-node-schemas', version: '0.14.0'
libraryDependencies += "net.corda" % "corda-node-schemas" % "0.14.0"
<dependency org="net.corda" name="corda-node-schemas" rev="0.14.0"/>
@Grapes(@Grab(group='net.corda', module='corda-node-schemas', version='0.14.0'))
'net.corda:corda-node-schemas:jar:0.14.0'

Download

Click the following link to download the jar file.

corda-node-schemas-0.14.0-javadoc.jar
corda-node-schemas-0.14.0-sources.jar
corda-node-schemas-0.14.0.jar
corda-node-schemas-0.14.0.pom



Related Tutorials