GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-user-starter |
Version | Version1.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-user-starter/
implementation 'com.github.sparkzxl:sparkzxl-user-starter:1.0'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-user-starter/
implementation ("com.github.sparkzxl:sparkzxl-user-starter:1.0")
'com.github.sparkzxl:sparkzxl-user-starter:jar:1.0'
<dependency org="com.github.sparkzxl" name="sparkzxl-user-starter" rev="1.0">
<artifact name="sparkzxl-user-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-user-starter', version='1.0')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-user-starter" % "1.0"
[com.github.sparkzxl/sparkzxl-user-starter "1.0"]