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