README.md
changeset 90 260a6b232f4d
parent 84 f1e51fe391c2
child 91 b3b57696b660
equal deleted inserted replaced
89:0cc872a9edbf 90:260a6b232f4d
       
     1 [![Release Version](https://img.shields.io/maven-central/v/com.geekorum.aboutoss/core?label=release)](https://search.maven.org/#search%7Cga%7C1%7Caboutoss)
       
     2 [![License](https://img.shields.io/github/license/fbarthelery/AboutOss)](https://github.com/fbarthelery/AboutOss/blob/main/LICENSE)
       
     3 
     1 AboutOss
     4 AboutOss
     2 ==========
     5 ==========
     3 
     6 
     4 AboutOss is a Kotlin Multiplatform utility library to retrieve and display opensource licenses in your applications.
     7 AboutOss is a Kotlin Multiplatform utility library to retrieve and display opensource licenses in your applications.
       
     8 
       
     9 ```kotlin title="build.gradle.kts"
       
    10 implementation("com.geekorum.aboutoss:ui-material3:<latest-version>")
       
    11 ```
     5 
    12 
     6 License sources
    13 License sources
     7 ---------------
    14 ---------------
     8 
    15 
     9 The library can work with license information files generated by:
    16 The library can work with license information files generated by:
    10 
    17 
    11 - [OSS Licenses Gradle Plugin](https://github.com/google/play-services-plugins/tree/main/oss-licenses-plugin)
    18 - [OSS Licenses Gradle Plugin](https://github.com/google/play-services-plugins/tree/main/oss-licenses-plugin)
    12 - [licensee](https://github.com/cashapp/licensee)
    19 - [licensee](https://github.com/cashapp/licensee)
    13 - [LicensePlist](https://github.com/mono0926/LicensePlist)
    20 - [LicensePlist](https://github.com/mono0926/LicensePlist)
       
    21 
       
    22 See [license sources](license-sources.md) for more information
    14 
    23 
    15 User interface
    24 User interface
    16 --------------
    25 --------------
    17 
    26 
    18 The user interface to display license information is written in [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform).
    27 The user interface to display license information is written in [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform).