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