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