Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, reactive

Example for using Spring Boot Data Aerospike Starter

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

reactive
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, reactive
Example for using Spring Boot Data Aerospike Starter
Project Organization

Project Organization

Aerospike Inc.

Download reactive

How to add to project

<!-- https://jarcasting.com/artifacts/com.aerospike/reactive/ -->
<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>reactive</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/reactive/
implementation 'com.aerospike:reactive:0.7.0'
// https://jarcasting.com/artifacts/com.aerospike/reactive/
implementation ("com.aerospike:reactive:0.7.0")
'com.aerospike:reactive:jar:0.7.0'
<dependency org="com.aerospike" name="reactive" rev="0.7.0">
  <artifact name="reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='reactive', version='0.7.0')
)
libraryDependencies += "com.aerospike" % "reactive" % "0.7.0"
[com.aerospike/reactive "0.7.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar 2.6.6
com.aerospike : spring-boot-starter-data-aerospike-reactive jar 0.7.0
org.springframework.boot : spring-boot-starter-validation jar 2.6.6
org.springframework.cloud : spring-cloud-starter-bootstrap jar 3.1.1
com.playtika.testcontainers : embedded-aerospike jar 2.1.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.0
0.5.0