Update README.md

main
ḕℏỈẍȓ 2021-01-22 16:29:49 +08:00 committed by GitHub
parent b2b5ca46f0
commit 60299b30aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 1 deletions

View File

@ -1 +1,22 @@
# maven-repository
# maven-repository
## [did-sdk](https://github.com/ehlxr/did)
```xml
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-sdk</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
```
```xml
<repositories>
<repository>
<id>github</id>
<url>https://raw.github.com/ehlxr/maven-repository/main/</url>
</repository>
</repositories>
```