| License |
License |
|---|---|
| GroupId | GroupIdcom.aerospike |
| ArtifactId | ArtifactIdsync |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, sync
Example for using Spring Boot Data Aerospike Starter
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sync-0.7.0.pom | |
| sync-0.7.0.jar | 7 KB |
| sync-0.7.0-sources.jar | 4 KB |
| sync-0.7.0-javadoc.jar | 121 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |