MVN

com.github.manosbatsis.corbeans : corbeans

Maven & Gradle

Oct 09, 2019
15 stars

corbeans · Corda integration for Spring Boot.

<dependency>
    <groupId>com.github.manosbatsis.corbeans</groupId>
    <artifactId>corbeans</artifactId>
    <version>0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.manosbatsis.corbeans : corbeans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.30

All Versions

Choose a version of com.github.manosbatsis.corbeans : corbeans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.30
corbeans-0.30
0.29
corbeans-0.29
0.28
corbeans-0.28
0.27
corbeans-0.27
0.26
corbeans-0.26
0.25
corbeans-0.25
0.24
corbeans-0.24
0.23
corbeans-0.23
0.22
corbeans-0.22
0.21
corbeans-0.21
0.20
corbeans-0.20
0.19
corbeans-0.19
0.18
corbeans-0.18
0.17
corbeans-0.17
0.16
corbeans-0.16

How to add a dependency to Maven

Add the following com.github.manosbatsis.corbeans : corbeans maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.manosbatsis.corbeans</groupId>
    <artifactId>corbeans</artifactId>
    <version>0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.manosbatsis.corbeans : corbeans gradle dependency to your build.gradle file:

implementation 'com.github.manosbatsis.corbeans:corbeans:0.30'

Gradle Kotlin DSL: Add the following com.github.manosbatsis.corbeans : corbeans gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.manosbatsis.corbeans:corbeans:0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.manosbatsis.corbeans : corbeans sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.manosbatsis.corbeans" % "corbeans" % "0.30"