License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.facebook.litho |
ArtifactId | ArtifactIdlitho-core-kotlin |
Last Version | Last Version0.41.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionLithoCoreKotlin
Kotlin bindings and support for the core Litho library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
litho-core-kotlin-0.41.2.pom | |
litho-core-kotlin-0.41.2-sources.jar | 50 KB |
litho-core-kotlin-0.41.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-core-kotlin/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-core-kotlin</artifactId>
<version>0.41.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-core-kotlin/
implementation 'com.facebook.litho:litho-core-kotlin:0.41.2'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-core-kotlin/
implementation ("com.facebook.litho:litho-core-kotlin:0.41.2")
'com.facebook.litho:litho-core-kotlin:aar:0.41.2'
<dependency org="com.facebook.litho" name="litho-core-kotlin" rev="0.41.2">
<artifact name="litho-core-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-core-kotlin', version='0.41.2')
)
libraryDependencies += "com.facebook.litho" % "litho-core-kotlin" % "0.41.2"
[com.facebook.litho/litho-core-kotlin "0.41.2"]
Group / Artifact | Type | Version |
---|---|---|
com.facebook.litho : litho-core | jar | 0.41.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.0 |
androidx.core » core | jar | 1.0.0 |
androidx.dynamicanimation » dynamicanimation-ktx | jar | 1.0.0-alpha03 |