Categories |
CategoriesKotlin Languages Native Development Tools |
---|---|
GroupId | GroupIdco.touchlab |
ArtifactId | ArtifactIdkotlinnativecocoapods |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
kotlinnativecocoapods-0.6.pom | |
kotlinnativecocoapods-0.6.jar | 75 KB |
kotlinnativecocoapods-0.6-sources.jar | 12 KB |
kotlinnativecocoapods-0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/kotlinnativecocoapods/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kotlinnativecocoapods</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kotlinnativecocoapods/
implementation 'co.touchlab:kotlinnativecocoapods:0.6'
// https://jarcasting.com/artifacts/co.touchlab/kotlinnativecocoapods/
implementation ("co.touchlab:kotlinnativecocoapods:0.6")
'co.touchlab:kotlinnativecocoapods:jar:0.6'
<dependency org="co.touchlab" name="kotlinnativecocoapods" rev="0.6">
<artifact name="kotlinnativecocoapods" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kotlinnativecocoapods', version='0.6')
)
libraryDependencies += "co.touchlab" % "kotlinnativecocoapods" % "0.6"
[co.touchlab/kotlinnativecocoapods "0.6"]