GroupId | GroupIdfr.lteconsulting |
---|---|
ArtifactId | ArtifactIdhexa.binding.processor |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.lteconsulting/hexa.binding.processor/ -->
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.processor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lteconsulting/hexa.binding.processor/
implementation 'fr.lteconsulting:hexa.binding.processor:1.0'
// https://jarcasting.com/artifacts/fr.lteconsulting/hexa.binding.processor/
implementation ("fr.lteconsulting:hexa.binding.processor:1.0")
'fr.lteconsulting:hexa.binding.processor:jar:1.0'
<dependency org="fr.lteconsulting" name="hexa.binding.processor" rev="1.0">
<artifact name="hexa.binding.processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lteconsulting', module='hexa.binding.processor', version='1.0')
)
libraryDependencies += "fr.lteconsulting" % "hexa.binding.processor" % "1.0"
[fr.lteconsulting/hexa.binding.processor "1.0"]