GroupId | GroupIdcom.gitee.ts_ohos |
---|---|
ArtifactId | ArtifactIdkoin_core |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
koin_core-1.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.ts_ohos/koin_core/ -->
<dependency>
<groupId>com.gitee.ts_ohos</groupId>
<artifactId>koin_core</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.ts_ohos/koin_core/
implementation 'com.gitee.ts_ohos:koin_core:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.ts_ohos/koin_core/
implementation ("com.gitee.ts_ohos:koin_core:1.0.1")
'com.gitee.ts_ohos:koin_core:pom:1.0.1'
<dependency org="com.gitee.ts_ohos" name="koin_core" rev="1.0.1">
<artifact name="koin_core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.ts_ohos', module='koin_core', version='1.0.1')
)
libraryDependencies += "com.gitee.ts_ohos" % "koin_core" % "1.0.1"
[com.gitee.ts_ohos/koin_core "1.0.1"]