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