| GroupId | GroupIdcom.github.heidaodageshiwo |
|---|---|
| ArtifactId | ArtifactIdzqspringbootsnapshot |
| Version | Version0.0.1-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.heidaodageshiwo/zqspringbootsnapshot/ -->
<dependency>
<groupId>com.github.heidaodageshiwo</groupId>
<artifactId>zqspringbootsnapshot</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heidaodageshiwo/zqspringbootsnapshot/
implementation 'com.github.heidaodageshiwo:zqspringbootsnapshot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.heidaodageshiwo/zqspringbootsnapshot/
implementation ("com.github.heidaodageshiwo:zqspringbootsnapshot:0.0.1-RELEASE")
'com.github.heidaodageshiwo:zqspringbootsnapshot:jar:0.0.1-RELEASE'
<dependency org="com.github.heidaodageshiwo" name="zqspringbootsnapshot" rev="0.0.1-RELEASE">
<artifact name="zqspringbootsnapshot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heidaodageshiwo', module='zqspringbootsnapshot', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.heidaodageshiwo" % "zqspringbootsnapshot" % "0.0.1-RELEASE"
[com.github.heidaodageshiwo/zqspringbootsnapshot "0.0.1-RELEASE"]