| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases OAuth2 Security | 
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdoauth2-user-utils | 
| Version | Version0.0.2-RELEASE | 
| Type | Typejar | 
| Description | DescriptionOauth2UserUtils A oauth2-user utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/oauth2-user-utils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>oauth2-user-utils</artifactId>
    <version>0.0.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/oauth2-user-utils/
implementation 'com.woaizhuangbi:oauth2-user-utils:0.0.2-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/oauth2-user-utils/
implementation ("com.woaizhuangbi:oauth2-user-utils:0.0.2-RELEASE")'com.woaizhuangbi:oauth2-user-utils:jar:0.0.2-RELEASE'<dependency org="com.woaizhuangbi" name="oauth2-user-utils" rev="0.0.2-RELEASE">
  <artifact name="oauth2-user-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='oauth2-user-utils', version='0.0.2-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "oauth2-user-utils" % "0.0.2-RELEASE"[com.woaizhuangbi/oauth2-user-utils "0.0.2-RELEASE"]