Jar examples for c:cordapp
Turns a project into a cordapp project that produces cordapp fat JARs
You can download jar file cordapp 4.0.25 in this page.
Apache-2.0
You can use the following script to add cordapp-4.0.25.jar to your project.
<dependency> <groupId>net.corda.plugins</groupId> <artifactId>cordapp</artifactId> <version>4.0.25</version> </dependency>
compile group: 'net.corda.plugins', name: 'cordapp', version: '4.0.25'
libraryDependencies += "net.corda.plugins" % "cordapp" % "4.0.25"
<dependency org="net.corda.plugins" name="cordapp" rev="4.0.25"/>
@Grapes(@Grab(group='net.corda.plugins', module='cordapp', version='4.0.25'))
'net.corda.plugins:cordapp:jar:4.0.25'
Click the following link to download the jar file.
cordapp-4.0.25-javadoc.jar