Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdfr.zebasto |
ArtifactId | ArtifactIdspring-identity-rest |
Version | Version1.0.0-BETA1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.zebasto/spring-identity-rest/ -->
<dependency>
<groupId>fr.zebasto</groupId>
<artifactId>spring-identity-rest</artifactId>
<version>1.0.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.zebasto/spring-identity-rest/
implementation 'fr.zebasto:spring-identity-rest:1.0.0-BETA1'
// https://jarcasting.com/artifacts/fr.zebasto/spring-identity-rest/
implementation ("fr.zebasto:spring-identity-rest:1.0.0-BETA1")
'fr.zebasto:spring-identity-rest:jar:1.0.0-BETA1'
<dependency org="fr.zebasto" name="spring-identity-rest" rev="1.0.0-BETA1">
<artifact name="spring-identity-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.zebasto', module='spring-identity-rest', version='1.0.0-BETA1')
)
libraryDependencies += "fr.zebasto" % "spring-identity-rest" % "1.0.0-BETA1"
[fr.zebasto/spring-identity-rest "1.0.0-BETA1"]