文件下载
文件名 操作
cryptohash-watchosarm32-0.10.1.pom 下载
cryptohash-watchosarm32-0.10.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.appmattus.crypto</groupId>
  <artifactId>cryptohash-watchosarm32</artifactId>
  <version>0.10.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.appmattus.crypto:cryptohash-watchosarm32:0.10.1'
Gradle Kotlin
implementation("com.appmattus.crypto:cryptohash-watchosarm32:0.10.1")
Scala SBT
libraryDependencies += "com.appmattus.crypto" % "cryptohash-watchosarm32" % "0.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.appmattus.crypto', module='cryptohash-watchosarm32', version='0.10.1')
)
Apache Ivy
<dependency org="com.appmattus.crypto" name="cryptohash-watchosarm32" rev="0.10.1" />
Leiningen
[com.appmattus.crypto/cryptohash-watchosarm32 "0.10.1"]
Apache Buildr
'com.appmattus.crypto:cryptohash-watchosarm32:jar:0.10.1'