| Categories | 
                CategoriesData | 
        
|---|---|
| GroupId | GroupIdcom.aerospike | 
    
| ArtifactId | ArtifactIdspring-data-aerospike | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.aerospike/spring-data-aerospike/ -->
<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>spring-data-aerospike</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.aerospike/spring-data-aerospike/
implementation 'com.aerospike:spring-data-aerospike:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.aerospike/spring-data-aerospike/
implementation ("com.aerospike:spring-data-aerospike:1.0.2.RELEASE")
                'com.aerospike:spring-data-aerospike:jar:1.0.2.RELEASE'
                <dependency org="com.aerospike" name="spring-data-aerospike" rev="1.0.2.RELEASE">
  <artifact name="spring-data-aerospike" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.aerospike', module='spring-data-aerospike', version='1.0.2.RELEASE')
)
                libraryDependencies += "com.aerospike" % "spring-data-aerospike" % "1.0.2.RELEASE"
                [com.aerospike/spring-data-aerospike "1.0.2.RELEASE"]