EasyJson
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.isong0623</groupId>
<artifactId>EasyJson</artifactId>
<version>1.2-core</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.isong0623</groupId>
<artifactId>EasyJson</artifactId>
<version>1.2-core</version>
<packaging>aar</packaging>
<name>EasyJson</name>
<description>This is a view that is similar to the CardView of google ,but it can change the position of shadow and the shadow color of it . </description>
<url>https://github.com/isong0623/EasyJson-master</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>
<id>com.github.isong0623</id>
<name>isong0623</name>
<email>1099496903@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/isong0623/EasyJson-master.git</connection>
<developerConnection>scm:git:https://github.com/isong0623/EasyJson-master.git</developerConnection>
<url>https://github.com/isong0623/EasyJson-master.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support.constraint</groupId>
<artifactId>constraint-layout</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>