<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-crypto_2.13</artifactId> <version>0.1.0</version> </dependency>
implementation 'org.http4s:http4s-crypto_2.13:0.1.0'
implementation("org.http4s:http4s-crypto_2.13:0.1.0")
libraryDependencies += "org.http4s" % "http4s-crypto_2.13" % "0.1.0"
@Grapes( @Grab(group='org.http4s', module='http4s-crypto_2.13', version='0.1.0') )
<dependency org="org.http4s" name="http4s-crypto_2.13" rev="0.1.0" />
[org.http4s/http4s-crypto_2.13 "0.1.0"]
'org.http4s:http4s-crypto_2.13:jar:0.1.0'
compile
|-- org.scala-lang:scala-library:2.13.6
|-- org.typelevel:cats-core_2.13:2.6.1
|-- org.scodec:scodec-bits_2.13:1.1.28