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