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