GroupId | GroupIdcom.tencent.edu |
---|---|
ArtifactId | ArtifactIdTIWCache |
Version | Version1.0.0.77 |
Type | Typeaar |
Filename | Size |
---|---|
TIWCache-1.0.0.77.pom | |
TIWCache-1.0.0.77-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.edu/TIWCache/ -->
<dependency>
<groupId>com.tencent.edu</groupId>
<artifactId>TIWCache</artifactId>
<version>1.0.0.77</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.edu/TIWCache/
implementation 'com.tencent.edu:TIWCache:1.0.0.77'
// https://jarcasting.com/artifacts/com.tencent.edu/TIWCache/
implementation ("com.tencent.edu:TIWCache:1.0.0.77")
'com.tencent.edu:TIWCache:aar:1.0.0.77'
<dependency org="com.tencent.edu" name="TIWCache" rev="1.0.0.77">
<artifact name="TIWCache" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.edu', module='TIWCache', version='1.0.0.77')
)
libraryDependencies += "com.tencent.edu" % "TIWCache" % "1.0.0.77"
[com.tencent.edu/TIWCache "1.0.0.77"]