Skip to content

Commit

Permalink
add readme;
Browse files Browse the repository at this point in the history
  • Loading branch information
OCNYang committed Aug 28, 2017
1 parent 2609a56 commit c5e6819
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ Gradle
compile 'com.ocnyang.contourview:contourview:1.0.0'
}

Maven

<dependency>
<groupId>com.ocnyang.contourview</groupId>
<artifactId>contourview</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>

或者引用本地 lib

implementation project(':contourview')
Expand Down

0 comments on commit c5e6819

Please sign in to comment.