GroupId | GroupIdcom.github.qinhouping |
---|---|
ArtifactId | ArtifactIdqinsoft-common |
Version | Version1.0.0-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.qinhouping/qinsoft-common/ -->
<dependency>
<groupId>com.github.qinhouping</groupId>
<artifactId>qinsoft-common</artifactId>
<version>1.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qinhouping/qinsoft-common/
implementation 'com.github.qinhouping:qinsoft-common:1.0.0-release'
// https://jarcasting.com/artifacts/com.github.qinhouping/qinsoft-common/
implementation ("com.github.qinhouping:qinsoft-common:1.0.0-release")
'com.github.qinhouping:qinsoft-common:jar:1.0.0-release'
<dependency org="com.github.qinhouping" name="qinsoft-common" rev="1.0.0-release">
<artifact name="qinsoft-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qinhouping', module='qinsoft-common', version='1.0.0-release')
)
libraryDependencies += "com.github.qinhouping" % "qinsoft-common" % "1.0.0-release"
[com.github.qinhouping/qinsoft-common "1.0.0-release"]