GroupId | GroupIdcom.appolica |
---|---|
ArtifactId | ArtifactIdflubber |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
flubber-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.appolica/flubber/ -->
<dependency>
<groupId>com.appolica</groupId>
<artifactId>flubber</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.appolica/flubber/
implementation 'com.appolica:flubber:1.0.0'
// https://jarcasting.com/artifacts/com.appolica/flubber/
implementation ("com.appolica:flubber:1.0.0")
'com.appolica:flubber:aar:1.0.0'
<dependency org="com.appolica" name="flubber" rev="1.0.0">
<artifact name="flubber" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.appolica', module='flubber', version='1.0.0')
)
libraryDependencies += "com.appolica" % "flubber" % "1.0.0"
[com.appolica/flubber "1.0.0"]