Files download
File Operation
cryptography-openssl3-api-iosx64-0.1.0.pom download
cryptography-openssl3-api-iosx64-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.whyoleg.cryptography</groupId>
  <artifactId>cryptography-openssl3-api-iosx64</artifactId>
  <version>0.1.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'dev.whyoleg.cryptography:cryptography-openssl3-api-iosx64:0.1.0'
Gradle Kotlin
implementation("dev.whyoleg.cryptography:cryptography-openssl3-api-iosx64:0.1.0")
Scala SBT
libraryDependencies += "dev.whyoleg.cryptography" % "cryptography-openssl3-api-iosx64" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.whyoleg.cryptography', module='cryptography-openssl3-api-iosx64', version='0.1.0')
)
Apache Ivy
<dependency org="dev.whyoleg.cryptography" name="cryptography-openssl3-api-iosx64" rev="0.1.0" />
Leiningen
[dev.whyoleg.cryptography/cryptography-openssl3-api-iosx64 "0.1.0"]
Apache Buildr
'dev.whyoleg.cryptography:cryptography-openssl3-api-iosx64:jar:0.1.0'