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