
altime.realtime-android.0.5.0.source-code.pom.xml Maven / Gradle / Ivy
The newest version!
<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.goodow.realtime</groupId> <artifactId>realtime-parent</artifactId> <version>0.5.0</version> </parent> <artifactId>realtime-android</artifactId> <url>https://github.com/goodow/realtime-android/</url> <inceptionYear>2013</inceptionYear> <properties> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties> <dependencies> <!-- Internal modules --> <dependency> <groupId>com.goodow.realtime</groupId> <artifactId>realtime-channel</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> </dependency> <!-- Test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy