License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdco.touchlab |
ArtifactId | ArtifactIdkotlinxcodesync |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionXcode Kotlin File Sync
Gradle plugin to sync Kotlin source files with an Xcode project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinxcodesync-0.2.pom | |
kotlinxcodesync-0.2.jar | 12 KB |
kotlinxcodesync-0.2-sources.jar | 4 KB |
kotlinxcodesync-0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kotlinxcodesync</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/
implementation 'co.touchlab:kotlinxcodesync:0.2'
// https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/
implementation ("co.touchlab:kotlinxcodesync:0.2")
'co.touchlab:kotlinxcodesync:jar:0.2'
<dependency org="co.touchlab" name="kotlinxcodesync" rev="0.2">
<artifact name="kotlinxcodesync" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kotlinxcodesync', version='0.2')
)
libraryDependencies += "co.touchlab" % "kotlinxcodesync" % "0.2"
[co.touchlab/kotlinxcodesync "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.42 |