I downloaded the zip file on the release page at https://github.com/juchong/ADIS16470-RoboRIO-Driver/releases
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 https://wiki.analog.com/first/adis16470_imu_frc/java where the path is
import com.analog.adis16470.frc.ADIS16470_IMU
How do I get the imports to work?