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