mirror of
https://github.com/ehlxr/maven-repository.git
synced 2025-10-15 20:42:34 +00:00
Update README.md
This commit is contained in:
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>
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user