is not current version
Last Version 1.0.1

com.github.markzhai:authorize 1.0.0

Android Third Party Authorize Library

GroupId

GroupId

com.github.markzhai
ArtifactId

ArtifactId

authorize
Version

Version

1.0.0
Type

Type

aar

Download authorize 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.markzhai/authorize/ -->
<dependency>
    <groupId>com.github.markzhai</groupId>
    <artifactId>authorize</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.markzhai/authorize/
implementation 'com.github.markzhai:authorize:1.0.0'
// https://jarcasting.com/artifacts/com.github.markzhai/authorize/
implementation ("com.github.markzhai:authorize:1.0.0")
'com.github.markzhai:authorize:aar:1.0.0'
<dependency org="com.github.markzhai" name="authorize" rev="1.0.0">
  <artifact name="authorize" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.markzhai', module='authorize', version='1.0.0')
)
libraryDependencies += "com.github.markzhai" % "authorize" % "1.0.0"
[com.github.markzhai/authorize "1.0.0"]