Skip to content

Commit 805697f

Browse files
authored
Update artifacts in README (#14)
1 parent 5033bea commit 805697f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Diff for: README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,21 @@ This library is aimed at the IHMC Robotics lab.
1616

1717
### Download
1818

19-
Unfortunately, the name "log-tools" has already been taken on JCenter so we currently require adding the Maven repository:
19+
#### Main Maven artifact
2020

21-
`maven { url = uri("https://dl.bintray.com/ihmcrobotics/maven-release") }`
22-
23-
`plugins { id "us.ihmc.log-tools" version `
24-
[ ![Download](https://api.bintray.com/packages/ihmcrobotics/maven-release/log-tools/images/download.svg) ](https://bintray.com/ihmcrobotics/maven-release/log-tools/_latestVersion)
25-
` } // Gradle plugin`
21+
```
22+
dependencies {
23+
api("us.ihmc:log-tools:<version>")
24+
}
25+
```
2626

27+
#### Gradle plugin
2728

28-
`compile group: "us.ihmc", name: "log-tools", version: `
29-
[ ![Download](https://api.bintray.com/packages/ihmcrobotics/maven-release/log-tools/images/download.svg) ](https://bintray.com/ihmcrobotics/maven-release/log-tools/_latestVersion)` // API`
29+
```
30+
plugins {
31+
id("us.ihmc.log-tools-plugin") version "<version>"
32+
}
33+
```
3034

3135
### API
3236

0 commit comments

Comments
 (0)