Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.chenhaoaijay |
ArtifactId | ArtifactIdchs-framework-kotlin |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
chs-framework-kotlin-2.0.1.pom | |
chs-framework-kotlin-2.0.1.aar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chenhaoaijay/chs-framework-kotlin/ -->
<dependency>
<groupId>io.github.chenhaoaijay</groupId>
<artifactId>chs-framework-kotlin</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chenhaoaijay/chs-framework-kotlin/
implementation 'io.github.chenhaoaijay:chs-framework-kotlin:2.0.1'
// https://jarcasting.com/artifacts/io.github.chenhaoaijay/chs-framework-kotlin/
implementation ("io.github.chenhaoaijay:chs-framework-kotlin:2.0.1")
'io.github.chenhaoaijay:chs-framework-kotlin:aar:2.0.1'
<dependency org="io.github.chenhaoaijay" name="chs-framework-kotlin" rev="2.0.1">
<artifact name="chs-framework-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.chenhaoaijay', module='chs-framework-kotlin', version='2.0.1')
)
libraryDependencies += "io.github.chenhaoaijay" % "chs-framework-kotlin" % "2.0.1"
[io.github.chenhaoaijay/chs-framework-kotlin "2.0.1"]