File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,21 @@ This library is aimed at the IHMC Robotics lab.
16
16
17
17
### Download
18
18
19
- Unfortunately, the name "log-tools" has already been taken on JCenter so we currently require adding the Maven repository:
19
+ #### Main Maven artifact
20
20
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
+ `` `
26
26
27
+ #### Gradle plugin
27
28
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
+ ```
30
34
31
35
### API
32
36
You can’t perform that action at this time.
0 commit comments