License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.borjaglez |
ArtifactId | ArtifactIdspringify-security |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionSpringify Security
Security utilities of the Springify library.
|
Filename | Size |
---|---|
springify-security-0.2.2.pom | |
springify-security-0.2.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-security/ -->
<dependency>
<groupId>com.borjaglez</groupId>
<artifactId>springify-security</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-security/
implementation 'com.borjaglez:springify-security:0.2.2'
// https://jarcasting.com/artifacts/com.borjaglez/springify-security/
implementation ("com.borjaglez:springify-security:0.2.2")
'com.borjaglez:springify-security:jar:0.2.2'
<dependency org="com.borjaglez" name="springify-security" rev="0.2.2">
<artifact name="springify-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-security', version='0.2.2')
)
libraryDependencies += "com.borjaglez" % "springify-security" % "0.2.2"
[com.borjaglez/springify-security "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |