<dependency> <groupId>me.zhyd.oauth</groupId> <artifactId>JustAuth</artifactId> <version>1.9.2</version> </dependency>
implementation 'me.zhyd.oauth:JustAuth:1.9.2'
implementation("me.zhyd.oauth:JustAuth:1.9.2")
libraryDependencies += "me.zhyd.oauth" % "JustAuth" % "1.9.2"
@Grapes( @Grab(group='me.zhyd.oauth', module='JustAuth', version='1.9.2') )
<dependency org="me.zhyd.oauth" name="JustAuth" rev="1.9.2" />
[me.zhyd.oauth/JustAuth "1.9.2"]
'me.zhyd.oauth:JustAuth:jar:1.9.2'
compile
|-- org.projectlombok:lombok:1.18.4
|-- cn.hutool:hutool-http:4.5.15
|-- com.alibaba:fastjson:1.2.58
|-- com.alipay.sdk:alipay-sdk-java:3.7.4.ALL
|-- org.slf4j:slf4j-simple:1.7.25
test
|-- junit:junit:4.11