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