| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdcom.aerospike |
| ArtifactId | ArtifactIdreactive |
| Version | Version0.6.0 |
| Type | Typejar |
| Description |
DescriptionSpring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, reactive
Example for using Spring Boot Data Aerospike Starter
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| reactive-0.6.0.pom | |
| reactive-0.6.0.jar | 11 KB |
| reactive-0.6.0-sources.jar | 8 KB |
| reactive-0.6.0-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aerospike/reactive/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>reactive</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/reactive/
implementation 'com.aerospike:reactive:0.6.0'
// https://jarcasting.com/artifacts/com.aerospike/reactive/
implementation ("com.aerospike:reactive:0.6.0")
'com.aerospike:reactive:jar:0.6.0'
<dependency org="com.aerospike" name="reactive" rev="0.6.0">
<artifact name="reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='reactive', version='0.6.0')
)
libraryDependencies += "com.aerospike" % "reactive" % "0.6.0"
[com.aerospike/reactive "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-webflux | jar | 2.4.3 |
| com.aerospike : spring-boot-starter-data-aerospike-reactive | jar | 0.6.0 |
| org.springframework.boot : spring-boot-starter-validation | jar | 2.4.3 |
| org.springframework.cloud : spring-cloud-starter-bootstrap | jar | 3.0.0 |
| com.playtika.testcontainers : embedded-aerospike | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |