Download cordapp-4.0.22.jar file - Jar c

Jar examples for c:cordapp

Description

Turns a project into a cordapp project that produces cordapp fat JARs

You can download jar file cordapp 4.0.22 in this page.

License

Apache-2.0

Build File

You can use the following script to add cordapp-4.0.22.jar to your project.

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

Download

Click the following link to download the jar file.

cordapp-4.0.22-javadoc.jar
cordapp-4.0.22-sources.jar
cordapp-4.0.22.jar
cordapp-4.0.22.pom



Related Tutorials