is not current version
Last Version 0.0.4

fr.tvbarthel.intentshare:library 0.0.2

IntentShare is a light open-source library that improves the sharing experience of their Android applications.

GroupId

GroupId

fr.tvbarthel.intentshare
ArtifactId

ArtifactId

library
Version

Version

0.0.2
Type

Type

aar

Download library 0.0.2


<!-- https://jarcasting.com/artifacts/fr.tvbarthel.intentshare/library/ -->
<dependency>
    <groupId>fr.tvbarthel.intentshare</groupId>
    <artifactId>library</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fr.tvbarthel.intentshare/library/
implementation 'fr.tvbarthel.intentshare:library:0.0.2'
// https://jarcasting.com/artifacts/fr.tvbarthel.intentshare/library/
implementation ("fr.tvbarthel.intentshare:library:0.0.2")
'fr.tvbarthel.intentshare:library:aar:0.0.2'
<dependency org="fr.tvbarthel.intentshare" name="library" rev="0.0.2">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='fr.tvbarthel.intentshare', module='library', version='0.0.2')
)
libraryDependencies += "fr.tvbarthel.intentshare" % "library" % "0.0.2"
[fr.tvbarthel.intentshare/library "0.0.2"]