License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.ganet |
ArtifactId | ArtifactIdrxaerospike |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionRxAerospike
RxJava2 wrapper for aerospike-client-java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxaerospike-0.3.0.pom | |
rxaerospike-0.3.0.jar | 80 KB |
rxaerospike-0.3.0-sources.jar | 3 KB |
rxaerospike-0.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ganet/rxaerospike/ -->
<dependency>
<groupId>com.github.ganet</groupId>
<artifactId>rxaerospike</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ganet/rxaerospike/
implementation 'com.github.ganet:rxaerospike:0.3.0'
// https://jarcasting.com/artifacts/com.github.ganet/rxaerospike/
implementation ("com.github.ganet:rxaerospike:0.3.0")
'com.github.ganet:rxaerospike:jar:0.3.0'
<dependency org="com.github.ganet" name="rxaerospike" rev="0.3.0">
<artifact name="rxaerospike" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ganet', module='rxaerospike', version='0.3.0')
)
libraryDependencies += "com.github.ganet" % "rxaerospike" % "0.3.0"
[com.github.ganet/rxaerospike "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5 |
com.aerospike : aerospike-client | jar | 3.3.1 |
io.reactivex.rxjava2 : rxjava | jar | 2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.jetbrains.kotlin : kotlin-test | jar | 1.0.5 |
org.mockito : mockito-core | jar | 2.2.17 |