GroupId | GroupIdcom.maxkeppeler.sheets |
---|---|
ArtifactId | ArtifactIdlottie |
Version | Version2.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
lottie-2.2.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxkeppeler.sheets/lottie/ -->
<dependency>
<groupId>com.maxkeppeler.sheets</groupId>
<artifactId>lottie</artifactId>
<version>2.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/lottie/
implementation 'com.maxkeppeler.sheets:lottie:2.2.1'
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/lottie/
implementation ("com.maxkeppeler.sheets:lottie:2.2.1")
'com.maxkeppeler.sheets:lottie:aar:2.2.1'
<dependency org="com.maxkeppeler.sheets" name="lottie" rev="2.2.1">
<artifact name="lottie" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.maxkeppeler.sheets', module='lottie', version='2.2.1')
)
libraryDependencies += "com.maxkeppeler.sheets" % "lottie" % "2.2.1"
[com.maxkeppeler.sheets/lottie "2.2.1"]