Skip to content

Commit 7e45cb7

Browse files
authored
Update README with repository details for dependencies
1 parent 8df0e20 commit 7e45cb7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,26 @@ Supported platforms:
1515
Requires Java 17.
1616
### Gradle
1717
```
18+
repositories {
19+
[...]
20+
maven {
21+
url = uri("https://robotlabfiles.ihmc.us/repository/")
22+
}
23+
}
24+
1825
dependencies {
1926
implementation("us.ihmc:zed-java-api:5.0.0_1")
2027
}
2128
```
2229
### Maven
2330
```
31+
<repositories>
32+
<repository>
33+
<id>ihmc-repo</id>
34+
<url>https://robotlabfiles.ihmc.us/repository/</url>
35+
</repository>
36+
</repositories>
37+
2438
<dependencies>
2539
<dependency>
2640
<groupId>us.ihmc</groupId>

0 commit comments

Comments
 (0)