GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdkoin-core |
Version | Version3.0.0-khan |
Type | Typepom |
Filename | Size |
---|---|
koin-core-3.0.0-khan.pom | |
koin-core-3.0.0-khan.module | 1 KB |
koin-core-3.0.0-khan-sources.jar | 261 bytes |
koin-core-3.0.0-khan-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/koin-core/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>koin-core</artifactId>
<version>3.0.0-khan</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/koin-core/
implementation 'co.touchlab:koin-core:3.0.0-khan'
// https://jarcasting.com/artifacts/co.touchlab/koin-core/
implementation ("co.touchlab:koin-core:3.0.0-khan")
'co.touchlab:koin-core:pom:3.0.0-khan'
<dependency org="co.touchlab" name="koin-core" rev="3.0.0-khan">
<artifact name="koin-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='koin-core', version='3.0.0-khan')
)
libraryDependencies += "co.touchlab" % "koin-core" % "3.0.0-khan"
[co.touchlab/koin-core "3.0.0-khan"]