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