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