| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.holon-platform.core |
| ArtifactId | ArtifactIdholon-auth-jwt |
| Version | Version5.2.0-alpha2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| holon-auth-jwt-5.2.0-alpha2.pom | |
| holon-auth-jwt-5.2.0-alpha2.jar | 81 KB |
| holon-auth-jwt-5.2.0-alpha2-sources.jar | 25 KB |
| holon-auth-jwt-5.2.0-alpha2-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.2.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-auth-jwt/
implementation 'com.holon-platform.core:holon-auth-jwt:5.2.0-alpha2'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-auth-jwt/
implementation ("com.holon-platform.core:holon-auth-jwt:5.2.0-alpha2")
'com.holon-platform.core:holon-auth-jwt:jar:5.2.0-alpha2'
<dependency org="com.holon-platform.core" name="holon-auth-jwt" rev="5.2.0-alpha2">
<artifact name="holon-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-auth-jwt', version='5.2.0-alpha2')
)
libraryDependencies += "com.holon-platform.core" % "holon-auth-jwt" % "5.2.0-alpha2"
[com.holon-platform.core/holon-auth-jwt "5.2.0-alpha2"]