| GroupId | GroupIdonline.qiqiang | 
|---|---|
| ArtifactId | ArtifactIdverifier-parent | 
| Version | Version1.1.7-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| verifier-parent-1.1.7-RELEASE.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/online.qiqiang/verifier-parent/ -->
<dependency>
    <groupId>online.qiqiang</groupId>
    <artifactId>verifier-parent</artifactId>
    <version>1.1.7-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/online.qiqiang/verifier-parent/
implementation 'online.qiqiang:verifier-parent:1.1.7-RELEASE'// https://jarcasting.com/artifacts/online.qiqiang/verifier-parent/
implementation ("online.qiqiang:verifier-parent:1.1.7-RELEASE")'online.qiqiang:verifier-parent:pom:1.1.7-RELEASE'<dependency org="online.qiqiang" name="verifier-parent" rev="1.1.7-RELEASE">
  <artifact name="verifier-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='online.qiqiang', module='verifier-parent', version='1.1.7-RELEASE')
)libraryDependencies += "online.qiqiang" % "verifier-parent" % "1.1.7-RELEASE"[online.qiqiang/verifier-parent "1.1.7-RELEASE"]