Categories |
CategoriesReact User Interface Web Frameworks CLI Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.aerospike |
ArtifactId | ArtifactIdaerospike-reactor-client |
Version | Version4.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-reactor-client/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-reactor-client</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-reactor-client/
implementation 'com.aerospike:aerospike-reactor-client:4.2.1'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-reactor-client/
implementation ("com.aerospike:aerospike-reactor-client:4.2.1")
'com.aerospike:aerospike-reactor-client:jar:4.2.1'
<dependency org="com.aerospike" name="aerospike-reactor-client" rev="4.2.1">
<artifact name="aerospike-reactor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-reactor-client', version='4.2.1')
)
libraryDependencies += "com.aerospike" % "aerospike-reactor-client" % "4.2.1"
[com.aerospike/aerospike-reactor-client "4.2.1"]