m

multiversx-spring-boot-starter-reactive

A SpringBoot Starter solution designed to ensure easy and efficient integration with the MultiversX Network using a Reactive API layer.
https://github.com/crldev-software/elrond-spring-boot-starter-reactive
MIT
Carlo Stanciu @ crldev.software
Files download
File Operation
multiversx-spring-boot-starter-reactive-1.2.0.jar download
multiversx-spring-boot-starter-reactive-1.2.0.pom download
multiversx-spring-boot-starter-reactive-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.crldev</groupId>
  <artifactId>multiversx-spring-boot-starter-reactive</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'software.crldev:multiversx-spring-boot-starter-reactive:1.2.0'
Gradle Kotlin
implementation("software.crldev:multiversx-spring-boot-starter-reactive:1.2.0")
Scala SBT
libraryDependencies += "software.crldev" % "multiversx-spring-boot-starter-reactive" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='software.crldev', module='multiversx-spring-boot-starter-reactive', version='1.2.0')
)
Apache Ivy
<dependency org="software.crldev" name="multiversx-spring-boot-starter-reactive" rev="1.2.0" />
Leiningen
[software.crldev/multiversx-spring-boot-starter-reactive "1.2.0"]
Apache Buildr
'software.crldev:multiversx-spring-boot-starter-reactive:jar:1.2.0'