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