Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.ganet |
ArtifactId | ArtifactIdrxaerospike |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rxaerospike-0.1.0.pom | |
rxaerospike-0.1.0.jar | 76 KB |
rxaerospike-0.1.0-sources.jar | 3 KB |
rxaerospike-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ganet/rxaerospike/
implementation 'com.github.ganet:rxaerospike:0.1.0'
// https://jarcasting.com/artifacts/com.github.ganet/rxaerospike/
implementation ("com.github.ganet:rxaerospike:0.1.0")
'com.github.ganet:rxaerospike:jar:0.1.0'
<dependency org="com.github.ganet" name="rxaerospike" rev="0.1.0">
<artifact name="rxaerospike" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ganet', module='rxaerospike', version='0.1.0')
)
libraryDependencies += "com.github.ganet" % "rxaerospike" % "0.1.0"
[com.github.ganet/rxaerospike "0.1.0"]