A pure java implementation for a Networktables v4 protocol server to communicate with FRC tools
Add to your build.gradle depenedencies block the following line:
implementation 'com.github.FRC-For-FTC-Tools:nt-self-impl:0.0.1'
And to the repositories block the following line:
maven { url 'https://jitpack.io' }