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