Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.jwt-scala |
ArtifactId | ArtifactIdjwt-circe_2.12 |
Version | Version9.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jwt-circe_2.12-9.0.1.pom | |
jwt-circe_2.12-9.0.1.jar | 13 KB |
jwt-circe_2.12-9.0.1-sources.jar | 1 KB |
jwt-circe_2.12-9.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-circe_2.12/ -->
<dependency>
<groupId>com.github.jwt-scala</groupId>
<artifactId>jwt-circe_2.12</artifactId>
<version>9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-circe_2.12/
implementation 'com.github.jwt-scala:jwt-circe_2.12:9.0.1'
// https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-circe_2.12/
implementation ("com.github.jwt-scala:jwt-circe_2.12:9.0.1")
'com.github.jwt-scala:jwt-circe_2.12:jar:9.0.1'
<dependency org="com.github.jwt-scala" name="jwt-circe_2.12" rev="9.0.1">
<artifact name="jwt-circe_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jwt-scala', module='jwt-circe_2.12', version='9.0.1')
)
libraryDependencies += "com.github.jwt-scala" % "jwt-circe_2.12" % "9.0.1"
[com.github.jwt-scala/jwt-circe_2.12 "9.0.1"]