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