GroupId | GroupIdcom.gitee.tiamosu |
---|---|
ArtifactId | ArtifactIdtopon |
Version | Version2.8.8 |
Type | Typeaar |
Filename | Size |
---|---|
topon-2.8.8.pom | |
topon-2.8.8-sources.jar | 43 KB |
topon-2.8.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.tiamosu/topon/ -->
<dependency>
<groupId>com.gitee.tiamosu</groupId>
<artifactId>topon</artifactId>
<version>2.8.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.tiamosu/topon/
implementation 'com.gitee.tiamosu:topon:2.8.8'
// https://jarcasting.com/artifacts/com.gitee.tiamosu/topon/
implementation ("com.gitee.tiamosu:topon:2.8.8")
'com.gitee.tiamosu:topon:aar:2.8.8'
<dependency org="com.gitee.tiamosu" name="topon" rev="2.8.8">
<artifact name="topon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.tiamosu', module='topon', version='2.8.8')
)
libraryDependencies += "com.gitee.tiamosu" % "topon" % "2.8.8"
[com.gitee.tiamosu/topon "2.8.8"]