Categories |
CategoriesSpring Boot Container Microservices Security Hibernate Data ORM |
---|---|
GroupId | GroupIdeu.fraho.spring |
ArtifactId | ArtifactIdsecurity-jwt-hibernate-spring-boot-starter |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.fraho.spring/security-jwt-hibernate-spring-boot-starter/ -->
<dependency>
<groupId>eu.fraho.spring</groupId>
<artifactId>security-jwt-hibernate-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fraho.spring/security-jwt-hibernate-spring-boot-starter/
implementation 'eu.fraho.spring:security-jwt-hibernate-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/eu.fraho.spring/security-jwt-hibernate-spring-boot-starter/
implementation ("eu.fraho.spring:security-jwt-hibernate-spring-boot-starter:2.0.0")
'eu.fraho.spring:security-jwt-hibernate-spring-boot-starter:jar:2.0.0'
<dependency org="eu.fraho.spring" name="security-jwt-hibernate-spring-boot-starter" rev="2.0.0">
<artifact name="security-jwt-hibernate-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fraho.spring', module='security-jwt-hibernate-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "eu.fraho.spring" % "security-jwt-hibernate-spring-boot-starter" % "2.0.0"
[eu.fraho.spring/security-jwt-hibernate-spring-boot-starter "2.0.0"]