License |
License |
---|---|
GroupId | GroupIdco.touchlab |
ArtifactId | ArtifactIdtesthelp |
Last Version | Last Version0.6.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKMP Test Help
Kotlin Multiplatform Test Help
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testhelp-0.6.3.pom | |
testhelp-0.6.3-sources.jar | 261 bytes |
testhelp-0.6.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/testhelp/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>testhelp</artifactId>
<version>0.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/testhelp/
implementation 'co.touchlab:testhelp:0.6.3'
// https://jarcasting.com/artifacts/co.touchlab/testhelp/
implementation ("co.touchlab:testhelp:0.6.3")
'co.touchlab:testhelp:pom:0.6.3'
<dependency org="co.touchlab" name="testhelp" rev="0.6.3">
<artifact name="testhelp" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='testhelp', version='0.6.3')
)
libraryDependencies += "co.touchlab" % "testhelp" % "0.6.3"
[co.touchlab/testhelp "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |