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