I downloaded the zip file on the release page at Releases · juchong/ADIS16470-RoboRIO-Driver · GitHub
I found the vendordeps file without an issue but I can’t find the file to go in the maven folder in Users/Public/wpilib/2020/maven…
The zip download contains the file path maven\com\github\juchong\adis16448-java\2020.r1… but that does not match the file path used by imports in example code shown here Using the ADIS16470 IMU Board for FRC in Java [Analog Devices Wiki] where the path is
import com.analog.adis16470.frc.ADIS16470_IMU
How do I get the imports to work?