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

Jar examples for c:corda-core

Description

Corda core

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

License

Apache-2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials