mvc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>mvc</artifactId>
<version>0.0.7</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.thepacific</groupId>
<artifactId>mvc</artifactId>
<version>0.0.7</version>
<packaging>aar</packaging>
<name>AdapterLibrary</name>
<description>A quick mvc library on android</description>
<url>https://github.com/ThePacific/mvc-android</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ThePacific</id>
<name>The Pacific</name>
<email>io.2016@outlook.com</email>
</developer>
</developers>
<scm>
<connection>cm:git:https://github.com/ThePacific/mvc-android.git</connection>
<developerConnection>cm:git:https://github.com/ThePacific/mvc-android.git</developerConnection>
<url>https://github.com/ThePacific/mvc-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>