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