GroupId | GroupIdcom.facebook.litho |
---|---|
ArtifactId | ArtifactIdlitho-editor-flipper |
Version | Version0.41.0 |
Type | Typeaar |
Filename | Size |
---|---|
litho-editor-flipper-0.41.0.pom | |
litho-editor-flipper-0.41.0-sources.jar | 19 KB |
litho-editor-flipper-0.41.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-editor-flipper/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-editor-flipper</artifactId>
<version>0.41.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-editor-flipper/
implementation 'com.facebook.litho:litho-editor-flipper:0.41.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-editor-flipper/
implementation ("com.facebook.litho:litho-editor-flipper:0.41.0")
'com.facebook.litho:litho-editor-flipper:aar:0.41.0'
<dependency org="com.facebook.litho" name="litho-editor-flipper" rev="0.41.0">
<artifact name="litho-editor-flipper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-editor-flipper', version='0.41.0')
)
libraryDependencies += "com.facebook.litho" % "litho-editor-flipper" % "0.41.0"
[com.facebook.litho/litho-editor-flipper "0.41.0"]