Download corda-core-3.1-corda.jar file - Jar c

Jar examples for c:corda-core

Description

Corda core

You can download jar file corda-core 3.1-corda in this page.

License

Apache-2.0

Build File

You can use the following script to add corda-core-3.1-corda.jar to your project.

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

Download

Click the following link to download the jar file.

corda-core-3.1-corda-javadoc.jar
corda-core-3.1-corda-sources.jar
corda-core-3.1-corda.jar
corda-core-3.1-corda.pom



Related Tutorials