<dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-parent</artifactId> <version>1.31.0.RC</version> <type>pom</type> </dependency>
implementation 'cn.dev33:sa-token-parent:1.31.0.RC'
implementation("cn.dev33:sa-token-parent:1.31.0.RC")
libraryDependencies += "cn.dev33" % "sa-token-parent" % "1.31.0.RC"
@Grapes( @Grab(group='cn.dev33', module='sa-token-parent', version='1.31.0.RC') )
<dependency org="cn.dev33" name="sa-token-parent" rev="1.31.0.RC" />
[cn.dev33/sa-token-parent "1.31.0.RC"]
'cn.dev33:sa-token-parent:jar:1.31.0.RC'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>