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