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.12-tutorial in this page.
Apache-2.0
You can use the following script to add cordapp-4.0.12-tutorial.jar to your project.
<dependency> <groupId>net.corda.plugins</groupId> <artifactId>cordapp</artifactId> <version>4.0.12-tutorial</version> </dependency>
compile group: 'net.corda.plugins', name: 'cordapp', version: '4.0.12-tutorial'
libraryDependencies += "net.corda.plugins" % "cordapp" % "4.0.12-tutorial"
<dependency org="net.corda.plugins" name="cordapp" rev="4.0.12-tutorial"/>
@Grapes(@Grab(group='net.corda.plugins', module='cordapp', version='4.0.12-tutorial'))
'net.corda.plugins:cordapp:jar:4.0.12-tutorial'
Click the following link to download the jar file.
cordapp-4.0.12-tutorial-javadoc.jar