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