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