maven-repository/README.md

24 lines
521 B
Markdown
Raw Normal View History

2021-01-22 08:29:49 +00:00
# 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>
2021-01-22 08:46:53 +00:00
<!--<url>https://git.ehlxr.me/ehlxr/maven-repository/raw/branch/main</url>-->
2021-01-22 08:29:49 +00:00
<url>https://raw.github.com/ehlxr/maven-repository/main/</url>
</repository>
</repositories>
```