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