GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-user-starter |
Version | Version1.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-user-starter/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-user-starter</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-user-starter/
implementation 'com.github.sparkzxl:sparkzxl-user-starter:1.3.6'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-user-starter/
implementation ("com.github.sparkzxl:sparkzxl-user-starter:1.3.6")
'com.github.sparkzxl:sparkzxl-user-starter:jar:1.3.6'
<dependency org="com.github.sparkzxl" name="sparkzxl-user-starter" rev="1.3.6">
<artifact name="sparkzxl-user-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-user-starter', version='1.3.6')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-user-starter" % "1.3.6"
[com.github.sparkzxl/sparkzxl-user-starter "1.3.6"]