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