| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Data | 
| GroupId | GroupIdcom.aerospike | 
| ArtifactId | ArtifactIdspring-boot-starter-data-aerospike | 
| Last Version | Last Version0.7.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpring Data Aerospike Starters: spring-boot-starter-data-aerospike Starter for using Spring Data Aerospike | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike/ -->
<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>spring-boot-starter-data-aerospike</artifactId>
    <version>0.7.0</version>
</dependency>// https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike/
implementation 'com.aerospike:spring-boot-starter-data-aerospike:0.7.0'// https://jarcasting.com/artifacts/com.aerospike/spring-boot-starter-data-aerospike/
implementation ("com.aerospike:spring-boot-starter-data-aerospike:0.7.0")'com.aerospike:spring-boot-starter-data-aerospike:jar:0.7.0'<dependency org="com.aerospike" name="spring-boot-starter-data-aerospike" rev="0.7.0">
  <artifact name="spring-boot-starter-data-aerospike" type="jar" />
</dependency>@Grapes(
@Grab(group='com.aerospike', module='spring-boot-starter-data-aerospike', version='0.7.0')
)libraryDependencies += "com.aerospike" % "spring-boot-starter-data-aerospike" % "0.7.0"[com.aerospike/spring-boot-starter-data-aerospike "0.7.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.6 | 
| com.aerospike : spring-data-aerospike | jar | 3.4.0 | 
| com.aerospike : spring-boot-autoconfigure-data-aerospike | jar | 0.7.0 |