Files download
File Operation
phone-runtime-tvossimulatorarm64-1.0.0.pom download
phone-runtime-tvossimulatorarm64-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shawxingkwok</groupId>
  <artifactId>phone-runtime-tvossimulatorarm64</artifactId>
  <version>1.0.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.shawxingkwok:phone-runtime-tvossimulatorarm64:1.0.0'
Gradle Kotlin
implementation("io.github.shawxingkwok:phone-runtime-tvossimulatorarm64:1.0.0")
Scala SBT
libraryDependencies += "io.github.shawxingkwok" % "phone-runtime-tvossimulatorarm64" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shawxingkwok', module='phone-runtime-tvossimulatorarm64', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.shawxingkwok" name="phone-runtime-tvossimulatorarm64" rev="1.0.0" />
Leiningen
[io.github.shawxingkwok/phone-runtime-tvossimulatorarm64 "1.0.0"]
Apache Buildr
'io.github.shawxingkwok:phone-runtime-tvossimulatorarm64:jar:1.0.0'