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