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