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