License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.xiongxcodes |
ArtifactId | ArtifactIdhaohope-security-oauth |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionModules to centralize common resources and configuration for "haohope components" Maven builds.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
haohope-security-oauth-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-security-oauth/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-security-oauth</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-security-oauth/
implementation 'com.github.xiongxcodes:haohope-security-oauth:1.0.2'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-security-oauth/
implementation ("com.github.xiongxcodes:haohope-security-oauth:1.0.2")
'com.github.xiongxcodes:haohope-security-oauth:pom:1.0.2'
<dependency org="com.github.xiongxcodes" name="haohope-security-oauth" rev="1.0.2">
<artifact name="haohope-security-oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-security-oauth', version='1.0.2')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-security-oauth" % "1.0.2"
[com.github.xiongxcodes/haohope-security-oauth "1.0.2"]