| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdonline.qiqiang | 
| ArtifactId | ArtifactIdverifier-spring-boot-starter | 
| Version | Version1.1.7-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/online.qiqiang/verifier-spring-boot-starter/ -->
<dependency>
    <groupId>online.qiqiang</groupId>
    <artifactId>verifier-spring-boot-starter</artifactId>
    <version>1.1.7-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/online.qiqiang/verifier-spring-boot-starter/
implementation 'online.qiqiang:verifier-spring-boot-starter:1.1.7-RELEASE'// https://jarcasting.com/artifacts/online.qiqiang/verifier-spring-boot-starter/
implementation ("online.qiqiang:verifier-spring-boot-starter:1.1.7-RELEASE")'online.qiqiang:verifier-spring-boot-starter:jar:1.1.7-RELEASE'<dependency org="online.qiqiang" name="verifier-spring-boot-starter" rev="1.1.7-RELEASE">
  <artifact name="verifier-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='online.qiqiang', module='verifier-spring-boot-starter', version='1.1.7-RELEASE')
)libraryDependencies += "online.qiqiang" % "verifier-spring-boot-starter" % "1.1.7-RELEASE"[online.qiqiang/verifier-spring-boot-starter "1.1.7-RELEASE"]