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