Skip to content

Latest commit

 

History

History

parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

OSS Licenses Parser for Android

Download

Core module that parses license information generated by the OSS Licenses Gradle Plugin.

Installation

repositories {
  mavenCentral()
}

dependencies {
  implementation("io.github.droibit.oss-licenses-android:parser:<version>")
}