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

Example for using Spring Boot Data Aerospike Starter

License

License

GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

sync
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, sync
Example for using Spring Boot Data Aerospike Starter
Project Organization

Project Organization

Aerospike Inc.

Download sync

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.6.6
com.aerospike : spring-boot-starter-data-aerospike 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