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