GroupId | GroupIdcom.taobao.common |
---|---|
ArtifactId | ArtifactIdtedis-group |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tedis-group-1.1.0.pom | |
tedis-group-1.1.0.jar | 150 KB |
tedis-group-1.1.0-sources.jar | 29 KB |
tedis-group-1.1.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.common/tedis-group/ -->
<dependency>
<groupId>com.taobao.common</groupId>
<artifactId>tedis-group</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.common/tedis-group/
implementation 'com.taobao.common:tedis-group:1.1.0'
// https://jarcasting.com/artifacts/com.taobao.common/tedis-group/
implementation ("com.taobao.common:tedis-group:1.1.0")
'com.taobao.common:tedis-group:jar:1.1.0'
<dependency org="com.taobao.common" name="tedis-group" rev="1.1.0">
<artifact name="tedis-group" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.common', module='tedis-group', version='1.1.0')
)
libraryDependencies += "com.taobao.common" % "tedis-group" % "1.1.0"
[com.taobao.common/tedis-group "1.1.0"]