License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdfr.zebasto |
ArtifactId | ArtifactIdspring-identity-context |
Last Version | Last Version1.0.0-BETA1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Identity :: Context
Spring Identity allows you to manage users, groups, and rights for your application
|
<!-- https://jarcasting.com/artifacts/fr.zebasto/spring-identity-context/ -->
<dependency>
<groupId>fr.zebasto</groupId>
<artifactId>spring-identity-context</artifactId>
<version>1.0.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.zebasto/spring-identity-context/
implementation 'fr.zebasto:spring-identity-context:1.0.0-BETA1'
// https://jarcasting.com/artifacts/fr.zebasto/spring-identity-context/
implementation ("fr.zebasto:spring-identity-context:1.0.0-BETA1")
'fr.zebasto:spring-identity-context:jar:1.0.0-BETA1'
<dependency org="fr.zebasto" name="spring-identity-context" rev="1.0.0-BETA1">
<artifact name="spring-identity-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.zebasto', module='spring-identity-context', version='1.0.0-BETA1')
)
libraryDependencies += "fr.zebasto" % "spring-identity-context" % "1.0.0-BETA1"
[fr.zebasto/spring-identity-context "1.0.0-BETA1"]
Group / Artifact | Type | Version |
---|---|---|
fr.zebasto : spring-identity-mvc Optional | jar | 1.0.0-BETA1 |
fr.zebasto : spring-identity-rest Optional | jar | 1.0.0-BETA1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |