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