GroupId | GroupIdfr.bmartel |
---|---|
ArtifactId | ArtifactIdfadecandy-service |
Version | Version1.6 |
Type | Typeaar |
Filename | Size |
---|---|
fadecandy-service-1.6.pom | |
fadecandy-service-1.6.aar | 1 MB |
fadecandy-service-1.6-sources.jar | 20 KB |
fadecandy-service-1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bmartel/fadecandy-service/ -->
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>fadecandy-service</artifactId>
<version>1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fr.bmartel/fadecandy-service/
implementation 'fr.bmartel:fadecandy-service:1.6'
// https://jarcasting.com/artifacts/fr.bmartel/fadecandy-service/
implementation ("fr.bmartel:fadecandy-service:1.6")
'fr.bmartel:fadecandy-service:aar:1.6'
<dependency org="fr.bmartel" name="fadecandy-service" rev="1.6">
<artifact name="fadecandy-service" type="aar" />
</dependency>
@Grapes(
@Grab(group='fr.bmartel', module='fadecandy-service', version='1.6')
)
libraryDependencies += "fr.bmartel" % "fadecandy-service" % "1.6"
[fr.bmartel/fadecandy-service "1.6"]