| GroupId | GroupIdcn.ablxyw |
|---|---|
| ArtifactId | ArtifactIdquick-code-core |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| quick-code-core-1.0.2.pom | |
| quick-code-core-1.0.2.jar | 2 MB |
| quick-code-core-1.0.2-sources.jar | 2 MB |
| quick-code-core-1.0.2-javadoc.jar | 341 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.ablxyw/quick-code-core/ -->
<dependency>
<groupId>cn.ablxyw</groupId>
<artifactId>quick-code-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ablxyw/quick-code-core/
implementation 'cn.ablxyw:quick-code-core:1.0.2'
// https://jarcasting.com/artifacts/cn.ablxyw/quick-code-core/
implementation ("cn.ablxyw:quick-code-core:1.0.2")
'cn.ablxyw:quick-code-core:jar:1.0.2'
<dependency org="cn.ablxyw" name="quick-code-core" rev="1.0.2">
<artifact name="quick-code-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ablxyw', module='quick-code-core', version='1.0.2')
)
libraryDependencies += "cn.ablxyw" % "quick-code-core" % "1.0.2"
[cn.ablxyw/quick-code-core "1.0.2"]