next-web-redis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-redis</artifactId>
<version>3.0.5-alpha</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-redis</artifactId>
<version>3.0.5-alpha</version>
<dependencies>
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web</artifactId>
<version>3.0.5-alpha</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>NextWebKotlin</name>
<url>https://github.com/yoojia/NextWebKotlin</url>
<inceptionYear>2016</inceptionYear>
<scm>
<url>https://github.com/yoojia/NextWebKotlin.git</url>
</scm>
<developers>
<developer>
<id>yoojia</id>
<name>Yoojia Chen</name>
<email>yoojiachen@gmail.com</email>
<url>https://yoojia.github.io</url>
</developer>
</developers>
<description>NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>