GroupId | GroupIdfr.tvbarthel.intentshare |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
library-0.0.2.pom | |
library-0.0.2.aar | 57 KB |
library-0.0.2-sources.jar | 22 KB |
library-0.0.2-javadoc.jar | 58 KB |
Browse |
<!-- 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"]