Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-auth-jwt |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
holon-auth-jwt-5.3.0.pom | |
holon-auth-jwt-5.3.0.jar | 81 KB |
holon-auth-jwt-5.3.0-sources.jar | 25 KB |
holon-auth-jwt-5.3.0-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.core/holon-auth-jwt/ -->
<dependency>
<groupId>com.holon-platform.core</groupId>
<artifactId>holon-auth-jwt</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-auth-jwt/
implementation 'com.holon-platform.core:holon-auth-jwt:5.3.0'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-auth-jwt/
implementation ("com.holon-platform.core:holon-auth-jwt:5.3.0")
'com.holon-platform.core:holon-auth-jwt:jar:5.3.0'
<dependency org="com.holon-platform.core" name="holon-auth-jwt" rev="5.3.0">
<artifact name="holon-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-auth-jwt', version='5.3.0')
)
libraryDependencies += "com.holon-platform.core" % "holon-auth-jwt" % "5.3.0"
[com.holon-platform.core/holon-auth-jwt "5.3.0"]