This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs or our versioned developer docs. All libraries baseline on ...
// root build.gradle classpath 'cn.therouter:plugin:1.3.0' // app module apply plugin: 'therouter' // dependencies kapt "cn.therouter:apt:1.3.0" implementation "cn.therouter:router:1.3.0" The library ...