How to install the Java artifact top.wu2020.wu-authorization-server-starter with Maven
Java
Maven
pom.xml
top.wu2020
wu-authorization-server-starter
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-authorization-server-starter</artifactId>
<version>1.0.5</version>
</dependency>
/<dependencies>