<dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-core</artifactId> <version>1.16.0.RELEASE</version> </dependency>
implementation 'cn.dev33:sa-token-core:1.16.0.RELEASE'
implementation("cn.dev33:sa-token-core:1.16.0.RELEASE")
libraryDependencies += "cn.dev33" % "sa-token-core" % "1.16.0.RELEASE"
@Grapes( @Grab(group='cn.dev33', module='sa-token-core', version='1.16.0.RELEASE') )
<dependency org="cn.dev33" name="sa-token-core" rev="1.16.0.RELEASE" />
[cn.dev33/sa-token-core "1.16.0.RELEASE"]
'cn.dev33:sa-token-core:jar:1.16.0.RELEASE'
<parent> <groupId>cn.dev33</groupId> <artifactId>sa-token-parent</artifactId> <version>1.16.0.RELEASE</version> </parent>