MVN

net.corda.plugins : cordformation

Maven & Gradle

Jul 26, 2022
24 stars

cordformation · Cordformation allows you to build your own local Corda networks for development.

<dependency>
    <groupId>net.corda.plugins</groupId>
    <artifactId>cordformation</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.corda.plugins : cordformation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of net.corda.plugins : cordformation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
cordformation-5.1.0
4.0.x
cordformation-4.0.42
cordformation-4.0.40
cordformation-4.0.25
cordformation-4.0.22
cordformation-4.0.12-tutorial
3.2.x
cordformation-3.2.1
3.1.x
cordformation-3.1.0
3.0.x
cordformation-3.0.9
cordformation-3.0.8
cordformation-3.0.6
cordformation-3.0.5
cordformation-3.0.4
cordformation-3.0.3
cordformation-3.0.2
cordformation-3.0.1
2.0.x
cordformation-2.0.6
1.1.x
cordformation-1.1.2
cordformation-1.1.1
1.0.x
cordformation-1.0.2
cordformation-1.0.0
0.16.x
cordformation-0.16.5
cordformation-0.16.4
cordformation-0.16.3
cordformation-0.16.2
0.13.x
cordformation-0.13.3
cordformation-0.13.2
cordformation-0.13.1
0.12.x
cordformation-0.12.4
cordformation-0.12.2
cordformation-0.12.1
cordformation-0.12.0
0.11.x
cordformation-0.11.1
cordformation-0.11.0
0.10.x
cordformation-0.10.5
cordformation-0.10.4
cordformation-0.10.3
cordformation-0.10.2
cordformation-0.10.0
0.8.x
cordformation-0.8.3
cordformation-0.8.2
cordformation-0.8.1
0.7
cordformation-0.7
0.6.x
cordformation-0.6.1
0.6
cordformation-0.6
0.5.x
cordformation-0.5.6

How to add a dependency to Maven

Add the following net.corda.plugins : cordformation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.corda.plugins</groupId>
    <artifactId>cordformation</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.corda.plugins : cordformation gradle dependency to your build.gradle file:

implementation 'net.corda.plugins:cordformation:5.1.0'

Gradle Kotlin DSL: Add the following net.corda.plugins : cordformation gradle kotlin dependency to your build.gradle.kts file:

implementation("net.corda.plugins:cordformation:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.corda.plugins : cordformation sbt scala dependency to your build.sbt file:

libraryDependencies += "net.corda.plugins" % "cordformation" % "5.1.0"