mirror of
https://github.com/ehlxr/maven-repository.git
synced 2024-11-24 18:48:53 +00:00
24 lines
521 B
Markdown
24 lines
521 B
Markdown
# 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://git.ehlxr.me/ehlxr/maven-repository/raw/branch/main</url>-->
|
|
<url>https://raw.github.com/ehlxr/maven-repository/main/</url>
|
|
</repository>
|
|
</repositories>
|
|
```
|