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