| GroupId | GroupIdcom.mcxiaoke.commons |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version1.2.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-1.2.1.pom | |
| core-1.2.1.aar | 120 KB |
| core-1.2.1-sources.jar | 81 KB |
| core-1.2.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.commons/core/ -->
<dependency>
<groupId>com.mcxiaoke.commons</groupId>
<artifactId>core</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.commons/core/
implementation 'com.mcxiaoke.commons:core:1.2.1'
// https://jarcasting.com/artifacts/com.mcxiaoke.commons/core/
implementation ("com.mcxiaoke.commons:core:1.2.1")
'com.mcxiaoke.commons:core:aar:1.2.1'
<dependency org="com.mcxiaoke.commons" name="core" rev="1.2.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.commons', module='core', version='1.2.1')
)
libraryDependencies += "com.mcxiaoke.commons" % "core" % "1.2.1"
[com.mcxiaoke.commons/core "1.2.1"]