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