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