Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.redapplenet |
ArtifactId | ArtifactIdHuicentCoreLibrary |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
HuicentCoreLibrary-1.0.6.pom | |
HuicentCoreLibrary-1.0.6.aar | 704 KB |
HuicentCoreLibrary-1.0.6-sources.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redapplenet/HuicentCoreLibrary/ -->
<dependency>
<groupId>com.redapplenet</groupId>
<artifactId>HuicentCoreLibrary</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.redapplenet/HuicentCoreLibrary/
implementation 'com.redapplenet:HuicentCoreLibrary:1.0.6'
// https://jarcasting.com/artifacts/com.redapplenet/HuicentCoreLibrary/
implementation ("com.redapplenet:HuicentCoreLibrary:1.0.6")
'com.redapplenet:HuicentCoreLibrary:aar:1.0.6'
<dependency org="com.redapplenet" name="HuicentCoreLibrary" rev="1.0.6">
<artifact name="HuicentCoreLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.redapplenet', module='HuicentCoreLibrary', version='1.0.6')
)
libraryDependencies += "com.redapplenet" % "HuicentCoreLibrary" % "1.0.6"
[com.redapplenet/HuicentCoreLibrary "1.0.6"]