GroupId | GroupIddev.profunktor |
---|---|
ArtifactId | ArtifactIdhttp4s-jwt-auth_2.12 |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.profunktor/http4s-jwt-auth_2.12/ -->
<dependency>
<groupId>dev.profunktor</groupId>
<artifactId>http4s-jwt-auth_2.12</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.profunktor/http4s-jwt-auth_2.12/
implementation 'dev.profunktor:http4s-jwt-auth_2.12:0.0.4'
// https://jarcasting.com/artifacts/dev.profunktor/http4s-jwt-auth_2.12/
implementation ("dev.profunktor:http4s-jwt-auth_2.12:0.0.4")
'dev.profunktor:http4s-jwt-auth_2.12:jar:0.0.4'
<dependency org="dev.profunktor" name="http4s-jwt-auth_2.12" rev="0.0.4">
<artifact name="http4s-jwt-auth_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.profunktor', module='http4s-jwt-auth_2.12', version='0.0.4')
)
libraryDependencies += "dev.profunktor" % "http4s-jwt-auth_2.12" % "0.0.4"
[dev.profunktor/http4s-jwt-auth_2.12 "0.0.4"]