is not current version
Last Version 1.0.1

com.gitee.ts_ohos:koin-core 1.0.0


GroupId

GroupId

com.gitee.ts_ohos
ArtifactId

ArtifactId

koin-core
Version

Version

1.0.0
Type

Type

pom

Download koin-core 1.0.0


<!-- 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"]