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