We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mavenCentral()
1 parent 033c5e9 commit 221f79cCopy full SHA for 221f79c
readme.md
@@ -31,13 +31,11 @@ The IHMC EtherCAT master has a native component that is currently compiled for L
31
Add the IHMC EtherCAT Master as dependency
32
```
33
repositories {
34
- maven {
35
- url "http://dl.bintray.com/ihmcrobotics/maven-release"
36
- }
+ mavenCentral()
37
}
38
39
dependencies {
40
- compile group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.11.2'
+ implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.14.0'
41
42
43
0 commit comments