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