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