stream-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xin.manong</groupId>
<artifactId>stream-sdk</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>stream</artifactId>
<groupId>xin.manong</groupId>
<version>0.0.5</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<name>stream-sdk</name>
<description>stream standard development kits</description>
<url>https://github.com/frankcl/stream</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>
<name>frankcl</name>
<email>frank.lichen@gmail.com</email>
<organization>frankcl</organization>
<organizationUrl>https://github.com/frankcl</organizationUrl>
</developer>
</developers>
<artifactId>stream-sdk</artifactId>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xin.manong</groupId>
<artifactId>weapon-base</artifactId>
</dependency>
<dependency>
<groupId>xin.manong</groupId>
<artifactId>weapon-alarm</artifactId>
</dependency>
</dependencies>
</project>