altime.realtime-operation.0.3.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.3.0</version> </parent> <artifactId>realtime-operation</artifactId> <url>https://github.com/goodow/realtime-operation/</url> <inceptionYear>2013</inceptionYear> <dependencies> <dependency> <groupId>com.goodow.gwt</groupId> <artifactId>gwt-elemental</artifactId> </dependency> <!-- Test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> </plugins> </build> </project>