| GroupId | GroupIdfr.xebia.management |
|---|---|
| ArtifactId | ArtifactIdxebia-management-extras |
| Version | Version1.2.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.xebia.management/xebia-management-extras/ -->
<dependency>
<groupId>fr.xebia.management</groupId>
<artifactId>xebia-management-extras</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.xebia.management/xebia-management-extras/
implementation 'fr.xebia.management:xebia-management-extras:1.2.3'
// https://jarcasting.com/artifacts/fr.xebia.management/xebia-management-extras/
implementation ("fr.xebia.management:xebia-management-extras:1.2.3")
'fr.xebia.management:xebia-management-extras:jar:1.2.3'
<dependency org="fr.xebia.management" name="xebia-management-extras" rev="1.2.3">
<artifact name="xebia-management-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.xebia.management', module='xebia-management-extras', version='1.2.3')
)
libraryDependencies += "fr.xebia.management" % "xebia-management-extras" % "1.2.3"
[fr.xebia.management/xebia-management-extras "1.2.3"]