Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.ethul |
ArtifactId | ArtifactIdredis-algebra_2.10 |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
redis-algebra_2.10-0.1.1.pom | |
redis-algebra_2.10-0.1.1.jar | 1 MB |
redis-algebra_2.10-0.1.1-sources.jar | 11 KB |
redis-algebra_2.10-0.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ethul/redis-algebra_2.10/ -->
<dependency>
<groupId>com.github.ethul</groupId>
<artifactId>redis-algebra_2.10</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ethul/redis-algebra_2.10/
implementation 'com.github.ethul:redis-algebra_2.10:0.1.1'
// https://jarcasting.com/artifacts/com.github.ethul/redis-algebra_2.10/
implementation ("com.github.ethul:redis-algebra_2.10:0.1.1")
'com.github.ethul:redis-algebra_2.10:jar:0.1.1'
<dependency org="com.github.ethul" name="redis-algebra_2.10" rev="0.1.1">
<artifact name="redis-algebra_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ethul', module='redis-algebra_2.10', version='0.1.1')
)
libraryDependencies += "com.github.ethul" % "redis-algebra_2.10" % "0.1.1"
[com.github.ethul/redis-algebra_2.10 "0.1.1"]