thecore-sessionmanager
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.korwe</groupId>
<artifactId>thecore-sessionmanager</artifactId>
<version>2.2.0</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.korwe</groupId>
<artifactId>thecore-sessionmanager</artifactId>
<version>2.2.0</version>
<name>The Core Java Session Manager</name>
<description>The Core marshals data from asynchronous or distributed services so that this data can be staged, filtered and personalised for mobile clients.</description>
<url>https://github.com/korwe/the-core-java</url>
<licenses>
<license>
<name>GNU Lesser General Public Licence, Version 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<organization>
<name>Korwe Software</name>
<url>http://korwe.com</url>
</organization>
<developers>
<developer>
<id>nithiag</id>
<name>Nithia Govender</name>
</developer>
<developer>
<id>tjadc</id>
<name>Tjad Clark</name>
</developer>
<developer>
<id>dariom</id>
<name>Dario Matonicki</name>
</developer>
</developers>
<scm>
<connection>https://github.com/korwe/the-core-java.git</connection>
<developerConnection>https://github.com/korwe/the-core-java.git</developerConnection>
<url>https://github.com/korwe/the-core-java</url>
</scm>
<dependencies>
<dependency>
<groupId>com.korwe</groupId>
<artifactId>thecore-common-api</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
<version>0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>