Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.emarsys |
ArtifactId | ArtifactIdjwt-akka-http_2.13 |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.emarsys/jwt-akka-http_2.13/ -->
<dependency>
<groupId>com.emarsys</groupId>
<artifactId>jwt-akka-http_2.13</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.emarsys/jwt-akka-http_2.13/
implementation 'com.emarsys:jwt-akka-http_2.13:1.3.2'
// https://jarcasting.com/artifacts/com.emarsys/jwt-akka-http_2.13/
implementation ("com.emarsys:jwt-akka-http_2.13:1.3.2")
'com.emarsys:jwt-akka-http_2.13:jar:1.3.2'
<dependency org="com.emarsys" name="jwt-akka-http_2.13" rev="1.3.2">
<artifact name="jwt-akka-http_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emarsys', module='jwt-akka-http_2.13', version='1.3.2')
)
libraryDependencies += "com.emarsys" % "jwt-akka-http_2.13" % "1.3.2"
[com.emarsys/jwt-akka-http_2.13 "1.3.2"]