Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-boot-util-jwt |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-jwt/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-boot-util-jwt</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-jwt/
implementation 'com.github.edgar615:spring-boot-util-jwt:0.2.1'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-boot-util-jwt/
implementation ("com.github.edgar615:spring-boot-util-jwt:0.2.1")
'com.github.edgar615:spring-boot-util-jwt:jar:0.2.1'
<dependency org="com.github.edgar615" name="spring-boot-util-jwt" rev="0.2.1">
<artifact name="spring-boot-util-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-boot-util-jwt', version='0.2.1')
)
libraryDependencies += "com.github.edgar615" % "spring-boot-util-jwt" % "0.2.1"
[com.github.edgar615/spring-boot-util-jwt "0.2.1"]