Download node-schemas-0.12.1.jar file - Jar n

Jar examples for n:node-schemas

Description

Corda node database schemas

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

License

Apache-2.0

Build File

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

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

Download

Click the following link to download the jar file.

node-schemas-0.12.1-javadoc.jar
node-schemas-0.12.1-sources.jar
node-schemas-0.12.1.jar
node-schemas-0.12.1.pom



Related Tutorials