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