MVN

net.corda : corda-base-internal

Maven & Gradle

Feb 09, 2022
7 usages

corda-base-internal · Corda Base internal

<dependency>
    <groupId>net.corda</groupId>
    <artifactId>corda-base-internal</artifactId>
    <version>5.0.0-DevPreview-1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.0-DevPreview-1.0.1

All Versions

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

  • Version Updated
  • corda-base-internal-5.0.0-DevPreview-1.0.1

    Feb 09, 2022
  • corda-base-internal-5.0.0-DevPreview-1.0

    Sep 24, 2021
  • corda-base-internal-5.0.0-DevPreview

    Sep 21, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>net.corda</groupId>
    <artifactId>corda-base-internal</artifactId>
    <version>5.0.0-DevPreview-1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.corda : corda-base-internal gradle dependency to your build.gradle file:

implementation 'net.corda:corda-base-internal:5.0.0-DevPreview-1.0.1'

Gradle Kotlin DSL: Add the following net.corda : corda-base-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("net.corda:corda-base-internal:5.0.0-DevPreview-1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.corda : corda-base-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "net.corda" % "corda-base-internal" % "5.0.0-DevPreview-1.0.1"