GroupId | GroupIdcom.github.xiongxcodes |
---|---|
ArtifactId | ArtifactIdhaohope-oauth |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
haohope-oauth-1.0.0.pom | |
haohope-oauth-1.0.0.jar | 18 KB |
haohope-oauth-1.0.0-sources.jar | 11 KB |
haohope-oauth-1.0.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-oauth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation 'com.github.xiongxcodes:haohope-oauth:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation ("com.github.xiongxcodes:haohope-oauth:1.0.0")
'com.github.xiongxcodes:haohope-oauth:jar:1.0.0'
<dependency org="com.github.xiongxcodes" name="haohope-oauth" rev="1.0.0">
<artifact name="haohope-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-oauth', version='1.0.0')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-oauth" % "1.0.0"
[com.github.xiongxcodes/haohope-oauth "1.0.0"]