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