c

cryptography-core

Commonized CInterop dependencies for source set watchosTest with targets: '(watchos_arm32, watchos_arm64, watchos_device_arm64, watchos_simulator_arm64, watchos_x64)'.
https://github.com/whyoleg/cryptography-kotlin
The Apache Software License, Version 2.0
Oleg Yukhnevich
文件下载
文件名 操作
cryptography-core-0.3.1.jar 下载
cryptography-core-0.3.1.pom 下载
cryptography-core-0.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.whyoleg.cryptography</groupId>
  <artifactId>cryptography-core</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'dev.whyoleg.cryptography:cryptography-core:0.3.1'
Gradle Kotlin
implementation("dev.whyoleg.cryptography:cryptography-core:0.3.1")
Scala SBT
libraryDependencies += "dev.whyoleg.cryptography" % "cryptography-core" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.whyoleg.cryptography', module='cryptography-core', version='0.3.1')
)
Apache Ivy
<dependency org="dev.whyoleg.cryptography" name="cryptography-core" rev="0.3.1" />
Leiningen
[dev.whyoleg.cryptography/cryptography-core "0.3.1"]
Apache Buildr
'dev.whyoleg.cryptography:cryptography-core:jar:0.3.1'