GroupId | GroupIdio.github.yidun |
---|---|
ArtifactId | ArtifactIdbase-core |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
base-core-1.0.5.pom | |
base-core-1.0.5-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yidun/base-core/ -->
<dependency>
<groupId>io.github.yidun</groupId>
<artifactId>base-core</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yidun/base-core/
implementation 'io.github.yidun:base-core:1.0.5'
// https://jarcasting.com/artifacts/io.github.yidun/base-core/
implementation ("io.github.yidun:base-core:1.0.5")
'io.github.yidun:base-core:aar:1.0.5'
<dependency org="io.github.yidun" name="base-core" rev="1.0.5">
<artifact name="base-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yidun', module='base-core', version='1.0.5')
)
libraryDependencies += "io.github.yidun" % "base-core" % "1.0.5"
[io.github.yidun/base-core "1.0.5"]