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