<dependency> <groupId>org.kotlincrypto.macs</groupId> <artifactId>hmac-iosx64</artifactId> <version>0.5.5</version> <type>klib</type> </dependency>
implementation 'org.kotlincrypto.macs:hmac-iosx64:0.5.5'
implementation("org.kotlincrypto.macs:hmac-iosx64:0.5.5")
libraryDependencies += "org.kotlincrypto.macs" % "hmac-iosx64" % "0.5.5"
@Grapes( @Grab(group='org.kotlincrypto.macs', module='hmac-iosx64', version='0.5.5') )
<dependency org="org.kotlincrypto.macs" name="hmac-iosx64" rev="0.5.5" />
[org.kotlincrypto.macs/hmac-iosx64 "0.5.5"]
'org.kotlincrypto.macs:hmac-iosx64:jar:0.5.5'
compile
|-- org.kotlincrypto.core:mac-iosx64:0.5.5
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.24
|-- org.kotlincrypto.core:digest-iosx64:0.5.5