Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.zj-dreamly |
ArtifactId | ArtifactIddreamly-starter-security-jwt |
Version | Version1.0.0-beta.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-security-jwt/ -->
<dependency>
<groupId>com.github.zj-dreamly</groupId>
<artifactId>dreamly-starter-security-jwt</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-security-jwt/
implementation 'com.github.zj-dreamly:dreamly-starter-security-jwt:1.0.0-beta.1'
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-security-jwt/
implementation ("com.github.zj-dreamly:dreamly-starter-security-jwt:1.0.0-beta.1")
'com.github.zj-dreamly:dreamly-starter-security-jwt:jar:1.0.0-beta.1'
<dependency org="com.github.zj-dreamly" name="dreamly-starter-security-jwt" rev="1.0.0-beta.1">
<artifact name="dreamly-starter-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zj-dreamly', module='dreamly-starter-security-jwt', version='1.0.0-beta.1')
)
libraryDependencies += "com.github.zj-dreamly" % "dreamly-starter-security-jwt" % "1.0.0-beta.1"
[com.github.zj-dreamly/dreamly-starter-security-jwt "1.0.0-beta.1"]