This repository contains only sources for generating POM file with metadata (like name, authors, license) of Public Suffix List. It does not contain any public suffix data!
Add the following dependency to the module where Gradle plugin which discovering licenses is applied. Usually it is an application module (not top-level nor library).
Groovy
dependencies {
compileOnly "pl.droidsonroids.gradle:publicsuffix:1.0.0"
}
Kotlin
dependencies {
compileOnly("pl.droidsonroids.gradle:publicsuffix:1.0.0")
}
Public Suffix List itself is not a Maven library. However, it is used by some Maven libraries eg. okhttp.
Artifact containing this POM can act as the metadata source for tools automatically discovering library licenses like About Libraries.
This repository is not affiliated with Public Suffix List nor Mozilla Foundation. Only issues about files contained in this repository will be accepted.
See publicsuffix/list for any issues about the list itself.
Mozilla Public License Version 2.0 See LICENSE