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