Skip to content

Commit

Permalink
pub: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
howe committed Jan 30, 2018
1 parent 090be03 commit 1742a63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# jdgInf-sdk
接单狗对接接口(服务商)-SDK

```
<dependency>
<groupId>com.jiedangou</groupId>
<artifactId>jdgInf-sdk</artifactId>
<version>1.0.0</version>
</dependency>
```

### 快照版
```
<repositories>
<repository>
Expand All @@ -26,6 +35,5 @@
<groupId>com.jiedangou</groupId>
<artifactId>jdgInf-sdk</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```

0 comments on commit 1742a63

Please sign in to comment.