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