mirror of
https://github.com/ehlxr/maven-repository.git
synced 2024-11-24 10:43:42 +00:00
Update README.md
This commit is contained in:
parent
b2b5ca46f0
commit
60299b30aa
23
README.md
23
README.md
@ -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>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user