GroupId | GroupIdcom.gitee.ts_ohos |
---|---|
ArtifactId | ArtifactIdkoin-core |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
koin-core-1.0.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.ts_ohos/koin-core/
implementation 'com.gitee.ts_ohos:koin-core:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.ts_ohos/koin-core/
implementation ("com.gitee.ts_ohos:koin-core:1.0.0")
'com.gitee.ts_ohos:koin-core:pom:1.0.0'
<dependency org="com.gitee.ts_ohos" name="koin-core" rev="1.0.0">
<artifact name="koin-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.ts_ohos', module='koin-core', version='1.0.0')
)
libraryDependencies += "com.gitee.ts_ohos" % "koin-core" % "1.0.0"
[com.gitee.ts_ohos/koin-core "1.0.0"]