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