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