Categories |
CategoriesSpring Boot Container Microservices Data React User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.aerospike |
ArtifactId | ArtifactIdspring-boot-starter-data-aerospike-reactive |
Version | Version0.5.0 |
Type | Typejar |
Description |
DescriptionStarter for using Spring Data Aerospike Reactive
|
<!-- https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike-reactive/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-boot-starter-data-aerospike-reactive</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike-reactive/
implementation 'com.aerospike:spring-boot-starter-data-aerospike-reactive:0.5.0'
// https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike-reactive/
implementation ("com.aerospike:spring-boot-starter-data-aerospike-reactive:0.5.0")
'com.aerospike:spring-boot-starter-data-aerospike-reactive:jar:0.5.0'
<dependency org="com.aerospike" name="spring-boot-starter-data-aerospike-reactive" rev="0.5.0">
<artifact name="spring-boot-starter-data-aerospike-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='spring-boot-starter-data-aerospike-reactive', version='0.5.0')
)
libraryDependencies += "com.aerospike" % "spring-boot-starter-data-aerospike-reactive" % "0.5.0"
[com.aerospike/spring-boot-starter-data-aerospike-reactive "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
com.aerospike : spring-data-aerospike | jar | |
com.aerospike : spring-boot-autoconfigure-data-aerospike | jar | |
io.projectreactor : reactor-core | jar | |
com.aerospike : aerospike-reactor-client | jar |