GroupId | GroupIdcom.telefonica |
---|---|
ArtifactId | ArtifactIdtweaks |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
tweaks-1.0.4.pom | |
tweaks-1.0.4-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telefonica/tweaks/ -->
<dependency>
<groupId>com.telefonica</groupId>
<artifactId>tweaks</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.telefonica/tweaks/
implementation 'com.telefonica:tweaks:1.0.4'
// https://jarcasting.com/artifacts/com.telefonica/tweaks/
implementation ("com.telefonica:tweaks:1.0.4")
'com.telefonica:tweaks:aar:1.0.4'
<dependency org="com.telefonica" name="tweaks" rev="1.0.4">
<artifact name="tweaks" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.telefonica', module='tweaks', version='1.0.4')
)
libraryDependencies += "com.telefonica" % "tweaks" % "1.0.4"
[com.telefonica/tweaks "1.0.4"]