MVN

com.github.manosbatsis.corbeans : corbeans-spring-boot-autoconfigure

Maven & Gradle

Aug 29, 2021
1 usages
15 stars

corbeans-spring-boot-autoconfigure · Corda integration for Spring Boot.

<dependency>
    <groupId>com.github.manosbatsis.corbeans</groupId>
    <artifactId>corbeans-spring-boot-autoconfigure</artifactId>
    <version>0.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.57

All Versions

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

Version Vulnerabilities Updated
0.57
corbeans-spring-boot-autoconfigure-0.57
0.56
corbeans-spring-boot-autoconfigure-0.56
0.55
corbeans-spring-boot-autoconfigure-0.55
0.54
corbeans-spring-boot-autoconfigure-0.54
0.53
corbeans-spring-boot-autoconfigure-0.53
0.52
corbeans-spring-boot-autoconfigure-0.52
0.51
corbeans-spring-boot-autoconfigure-0.51
0.50
corbeans-spring-boot-autoconfigure-0.50
0.49
corbeans-spring-boot-autoconfigure-0.49
0.48
corbeans-spring-boot-autoconfigure-0.48
0.47
corbeans-spring-boot-autoconfigure-0.47
0.46
corbeans-spring-boot-autoconfigure-0.46
0.45
corbeans-spring-boot-autoconfigure-0.45
0.44
corbeans-spring-boot-autoconfigure-0.44
0.43
corbeans-spring-boot-autoconfigure-0.43
0.42
corbeans-spring-boot-autoconfigure-0.42
0.41
corbeans-spring-boot-autoconfigure-0.41
0.40
corbeans-spring-boot-autoconfigure-0.40
0.39
corbeans-spring-boot-autoconfigure-0.39
0.38
corbeans-spring-boot-autoconfigure-0.38
0.37
corbeans-spring-boot-autoconfigure-0.37
0.36
corbeans-spring-boot-autoconfigure-0.36
0.35
corbeans-spring-boot-autoconfigure-0.35
0.34
corbeans-spring-boot-autoconfigure-0.34
0.33
corbeans-spring-boot-autoconfigure-0.33
0.31
corbeans-spring-boot-autoconfigure-0.31
0.30
corbeans-spring-boot-autoconfigure-0.30
0.29
corbeans-spring-boot-autoconfigure-0.29
0.28
corbeans-spring-boot-autoconfigure-0.28
0.27
corbeans-spring-boot-autoconfigure-0.27
0.26
corbeans-spring-boot-autoconfigure-0.26
0.25
corbeans-spring-boot-autoconfigure-0.25
0.24
corbeans-spring-boot-autoconfigure-0.24
0.23
corbeans-spring-boot-autoconfigure-0.23
0.22
corbeans-spring-boot-autoconfigure-0.22
0.21
corbeans-spring-boot-autoconfigure-0.21
0.20
corbeans-spring-boot-autoconfigure-0.20
0.19
corbeans-spring-boot-autoconfigure-0.19
0.18
corbeans-spring-boot-autoconfigure-0.18
0.17
corbeans-spring-boot-autoconfigure-0.17
0.16
corbeans-spring-boot-autoconfigure-0.16

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.manosbatsis.corbeans</groupId>
    <artifactId>corbeans-spring-boot-autoconfigure</artifactId>
    <version>0.57</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.manosbatsis.corbeans:corbeans-spring-boot-autoconfigure:0.57'

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

implementation("com.github.manosbatsis.corbeans:corbeans-spring-boot-autoconfigure:0.57")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.manosbatsis.corbeans" % "corbeans-spring-boot-autoconfigure" % "0.57"

Advertisement