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