gwt-mobx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-mobx</artifactId>
<version>0.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-mobx</artifactId>
<version>0.5.0</version>
<name>gwt-mobx</name>
<description>Provides Java GWT bindings for MobX and MobX related libraries</description>
<url>https://github.com/GWTReact/gwt-mobx</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>pstockley</id>
<name>Paul Stockley</name>
<email>pstockle1@gmail.com</email>
<organization>org.apache.maven.model.Organization@62aeddc8</organization>
<organizationUrl>https://github.com/GWTReact</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/GWTReact/gwt-mobx.git</connection>
<developerConnection>https://github.com/GWTReact/gwt-mobx.git</developerConnection>
<url>https://github.com/GWTReact/gwt-mobx.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>2.8.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>