Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.jwt-scala |
ArtifactId | ArtifactIdjwt-core_3 |
Version | Version7.1.5 |
Type | Typejar |
Filename | Size |
---|---|
jwt-core_3-7.1.5.pom | |
jwt-core_3-7.1.5.jar | 151 KB |
jwt-core_3-7.1.5-sources.jar | 15 KB |
jwt-core_3-7.1.5-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-core_3/ -->
<dependency>
<groupId>com.github.jwt-scala</groupId>
<artifactId>jwt-core_3</artifactId>
<version>7.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-core_3/
implementation 'com.github.jwt-scala:jwt-core_3:7.1.5'
// https://jarcasting.com/artifacts/com.github.jwt-scala/jwt-core_3/
implementation ("com.github.jwt-scala:jwt-core_3:7.1.5")
'com.github.jwt-scala:jwt-core_3:jar:7.1.5'
<dependency org="com.github.jwt-scala" name="jwt-core_3" rev="7.1.5">
<artifact name="jwt-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jwt-scala', module='jwt-core_3', version='7.1.5')
)
libraryDependencies += "com.github.jwt-scala" % "jwt-core_3" % "7.1.5"
[com.github.jwt-scala/jwt-core_3 "7.1.5"]