maven-repository/README.md

24 lines
521 B
Markdown
Raw Permalink 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>
2021-02-13 03:10:15 +00:00
<version>1.1.0-SNAPSHOT</version>
2021-01-22 08:29:49 +00:00
</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>
```