| Title: |
elypiai-extensions-redis |
| Group ID: |
org.elypia.elypiai |
| Artifact ID: |
extensions-redis |
| Version: |
2.3.3 |
| Last modified: |
26.05.2020 19:42 |
| Packaging: |
jar |
| Name: |
elypiai |
| Description: |
An abstraction to wrap APIs as effectively as possible with a clean and common interface and extensibility between them. |
| URL: |
https://elypia.org/ |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/elypia/elypiai/extensions-redis/2.3.3/extensions-redis-2.3.3.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elypia.elypiai</groupId>
<artifactId>extensions-redis</artifactId>
<version>2.3.3</version>
<name>elypiai</name>
<description>An abstraction to wrap APIs as effectively as possible with a clean and common interface and extensibility between them.</description>
<url>https://elypia.org/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Seth</id>
<name>Seth</name>
<email>seth@elypia.org</email>
</developer>
</developers>
<scm>
<url>https://gitlab.com/Elypia/elypiai.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.elypia.elypiai</groupId>
<artifactId>common-core</artifactId>
<version>2.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.elypia.elypiai</groupId>
<artifactId>extensions-redis</artifactId>
<version>2.3.3</version>
</dependency>
|
| Gradle: |
org.elypia.elypiai:extensions-redis:2.3.3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
common-core-2.3.3.jar
in org/elypia/elypiai/common-core/2.3.3
-
[JAR]
jedis-3.3.0.jar
in redis/clients/jedis/3.3.0
-
[JAR]
retrofit-2.9.0.jar
in com/squareup/retrofit2/retrofit/2.9.0
-
[JAR]
slf4j-api-1.7.30.jar
in org/slf4j/slf4j-api/1.7.30
|
| Dependency Graph: |
Show
Less
More
|